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

Public Member Functions

template<typename... Ts>
constexpr auto operator() (Ts &&... ts) const noexcept(noexcept(std::make_tuple(static_cast< Ts && >(ts)...))) -> decltype(std::make_tuple(static_cast< Ts && >(ts)...))