Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::concepts::Relation Member List

This is the complete list of members for ranges::v3::concepts::Relation, including all inherited members.

base_concepts_t typedef (defined in ranges::v3::concepts::refines< RegularFunction >)ranges::v3::concepts::refines< RegularFunction >
refines()=delete (defined in ranges::v3::concepts::refines< RegularFunction >)ranges::v3::concepts::refines< RegularFunction >
requires_(Fun &&, T &&) -> decltype( concepts::valid_expr( concepts::model_of< Predicate >(val< Fun >(), val< T >(), val< T >()) )) (defined in ranges::v3::concepts::Relation)ranges::v3::concepts::Relation
requires_(Fun &&, T &&, T &&) -> decltype( concepts::valid_expr( concepts::model_of< Predicate >(val< Fun >(), val< T >(), val< U >()) )) (defined in ranges::v3::concepts::Relation)ranges::v3::concepts::Relation
requires_(Fun &&, T &&, U &&) -> decltype( concepts::valid_expr( concepts::model_of< Relation, Fun, T, T >(), concepts::model_of< Relation, Fun, U, U >(), concepts::model_of< CommonReference, T const &, U const & >(), concepts::model_of< Relation, Fun, C, C >(), concepts::model_of< Predicate, Fun, T, U >(), concepts::model_of< Predicate, Fun, U, T >() )) (defined in ranges::v3::concepts::Relation)ranges::v3::concepts::Relation
requires_(Ts &&...) (defined in ranges::v3::concepts::refines< RegularFunction >)ranges::v3::concepts::refines< RegularFunction >