Template Function ripple::for_each(Tuple<Args…>&, Functor&&, FuncArgs&&…)¶
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “ripple::for_each” with arguments ((Tuple<Args…>&, Functor&&, FuncArgs&&…)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:
- template<typename Functor, typename ...Args, typename ...FuncArgs> constexpr auto for_each(Tuple<Args...> &&tuple, Functor &&functor, FuncArgs&&... func_args) noexcept -> void
- template<typename Functor, typename ...Args, typename ...FuncArgs> constexpr auto for_each(Tuple<Args...> &tuple, Functor &&functor, FuncArgs&&... func_args) noexcept -> void
- template<typename Functor, typename ...Args, typename ...FuncArgs> constexpr auto for_each(const Tuple<Args...> &tuple, Functor &&functor, FuncArgs&&... func_args) noexcept -> void
- template<typename Functor, typename ...Args> constexpr auto for_each(Functor &&functor, Args&&... args) -> void