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 &
inline
constexpr
noexcept
Invoke the Callable object f on each element of the current tuple.
Parameters
f
Callable object to be invoked
Returns
The value returned by f.
kumi
tuple