Loading [MathJax]/extensions/tex2jax.js
kumi
v3.1.0
Exquisite Epidote
•
All
Classes
Namespaces
Functions
Variables
Friends
Modules
Pages
Concepts
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