Range-v3
Range algorithms, views, and actions for the Standard Library
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages
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(std::forward< Fun >(fun), std::forward< Tup >(tup), tuple_indices_t< Tup >{}))(tuple_apply_fn::impl(std::forward< Fun >(fun), std::forward< Tup >(tup), tuple_indices_t< Tup >{})))) -> decltype(tuple_apply_fn::impl(std::forward< Fun >(fun), std::forward< Tup >(tup), tuple_indices_t< Tup >