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))
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