Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::composed< Second, First > Member List

This is the complete list of members for ranges::v3::composed< Second, First >, including all inherited members.

composed()=default (defined in ranges::v3::composed< Second, First >)ranges::v3::composed< Second, First >
composed(Second second, First first) (defined in ranges::v3::composed< Second, First >)ranges::v3::composed< Second, First >
operator()(Ts &&...ts) noexcept(noexcept(decltype(composed::do_( std::declval< function_type< First > & >(), std::declval< function_type< Second > & >(), std::is_void< FirstResultT >{}, (Ts &&) ts...))(composed::do_( std::declval< function_type< First > & >(), std::declval< function_type< Second > & >(), std::is_void< FirstResultT >{}, (Ts &&) ts...)))) -> decltype(composed::do_( std::declval< function_type< First > & >(), std::declval< function_type< Second > & >(), std::is_void< FirstResultT > (defined in ranges::v3::composed< Second, First >)ranges::v3::composed< Second, First >
operator()(Ts &&...ts) const noexcept(noexcept(decltype(composed::do_( std::declval< function_type< First > const & >(), std::declval< function_type< Second > const & >(), std::is_void< FirstResultT >{}, (Ts &&) ts...))(composed::do_( std::declval< function_type< First > const & >(), std::declval< function_type< Second > const & >(), std::is_void< FirstResultT >{}, (Ts &&) ts...)))) -> decltype(composed::do_( std::declval< function_type< First > const & >(), std::declval< function_type< Second > const & >(), std::is_void< FirstResultT > (defined in ranges::v3::composed< Second, First >)ranges::v3::composed< Second, First >
ts (defined in ranges::v3::composed< Second, First >)ranges::v3::composed< Second, First >