Template Function ripple::detail::get_impl(Element<I, T>&)¶
Defined in File basic_tuple_.hpp
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>&