Shortcuts

Template Function ripple::get(const Tuple<Ts…>&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “ripple::get” with arguments ((const Tuple<Ts…>&)) 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 ...Ts> constexpr auto get(Tuple<Ts...> &&tuple) noexcept -> std::remove_reference_t<nth_element_t<I, Ts...>>&&
- template<size_t I, typename ...Ts> constexpr auto get(Tuple<Ts...> &tuple) noexcept -> std::remove_reference_t<nth_element_t<I, Ts...>>&
- template<size_t I, typename ...Ts> constexpr auto get(const Tuple<Ts...> &&tuple) noexcept -> const std::decay_t<nth_element_t<I, Ts...>>&&
- template<size_t I, typename ...Ts> constexpr auto get(const Tuple<Ts...> &tuple) noexcept -> const std::decay_t<nth_element_t<I, Ts...>>&

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