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

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

requires_(T &&t) -> decltype(concepts::valid_expr(concepts::convertible_to< bool >(t< t), concepts::convertible_to< bool >(t > t), concepts::convertible_to< bool >(t<=t), concepts::convertible_to< bool >(t >=t))) (defined in ranges::v3::concepts::WeaklyOrdered)ranges::v3::concepts::WeaklyOrdered
requires_(detail::as_cref_t< T > t, detail::as_cref_t< U > u) -> decltype(concepts::valid_expr(concepts::model_of< WeaklyOrdered, T >(), concepts::model_of< WeaklyOrdered, U >(), concepts::model_of< CommonReference, detail::as_cref_t< T >, detail::as_cref_t< U >>(), concepts::model_of< WeaklyOrdered, C >(), concepts::convertible_to< bool >(t< u), concepts::convertible_to< bool >(u< t), concepts::convertible_to< bool >(t > u), concepts::convertible_to< bool >(u > t), concepts::convertible_to< bool >(t<=u), concepts::convertible_to< bool >(u<=t), concepts::convertible_to< bool >(t >=u), concepts::convertible_to< bool >(u >=t))) (defined in ranges::v3::concepts::WeaklyOrdered)ranges::v3::concepts::WeaklyOrdered