Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::tuple_apply_fn Struct Reference

Public Member Functions

template<typename Fun , typename Tup >
auto operator() (Fun &&fun, Tup &&tup) const noexcept(noexcept(decltype(tuple_apply_fn::impl(static_cast< Fun &&>(fun), static_cast< Tup &&>(tup), tuple_indices_t< Tup >{}))(tuple_apply_fn::impl(static_cast< Fun &&>(fun), static_cast< Tup &&>(tup), tuple_indices_t< Tup >{})))) -> decltype(tuple_apply_fn::impl(static_cast< Fun &&>(fun), static_cast< Tup &&>(tup), tuple_indices_t< Tup >