• Docs >
  • Ripple API >
  • Template Function ripple::detail::get_impl(Element<I, T>&&)
Shortcuts

Template Function ripple::detail::get_impl(Element<I, T>&&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “ripple::detail::get_impl” with arguments ((Element<I, T>&&)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:

- template<size_t I, typename T> constexpr auto get_impl(Element<I, T> &&e) noexcept -> std::remove_reference_t<T>&&
- template<size_t I, typename T> constexpr auto get_impl(Element<I, T> &e) noexcept -> std::remove_reference_t<T>&
- template<size_t I, typename T> constexpr auto get_impl(const Element<I, T> &&e) noexcept -> const std::remove_reference_t<T>&&
- template<size_t I, typename T> constexpr auto get_impl(const Element<I, T> &e) noexcept -> const std::remove_reference_t<T>&

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples