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

Public Member Functions

template<typename Tup , typename Val , typename Fun >
constexpr auto operator() (Tup &&tup, Val val, Fun fun) const noexcept(noexcept(tuple_foldl_fn::impl2(static_cast< Tup && >(tup), std::move(val), fun, tuple_indices_t< Tup >{}))) -> decltype(tuple_foldl_fn::impl2(static_cast< Tup && >(tup), std::move(val), fun, tuple_indices_t< Tup >