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

◆ operator()()

template<typename... Ts>
template<typename Function >
KUMI_TRIVIAL constexpr decltype(auto) kumi::tuple< Ts >::operator() ( Function &&  f) const &
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.