kumi v3.1.0
Exquisite Epidote
 
Loading...
Searching...
No Matches

◆ operator()()

template<typename... Ts>
template<typename Function >
constexpr auto kumi::tuple< Ts >::operator() ( Function &&  f) const & -> decltype(kumi::apply(KUMI_FWD(f), *this))
inlineconstexprnoexcept

Invoke the Callable object f on each element of the current tuple.

Parameters
fCallable object to be invoked
Returns
The value returned by f.