Range-v3
Range algorithms, views, and actions for the Standard Library
Public Member Functions
|
List of all members
ranges::v3::concepts::WeaklyEqualityComparable Struct Reference
Utility
»
Concepts
Public Member Functions
template<typename T , typename U >
auto
requires_
(T &&t, U &&u) -> decltype( concepts::valid_expr( concepts::convertible_to< bool >(t==u), concepts::convertible_to< bool >(t!=u), concepts::convertible_to< bool >(u==t), concepts::convertible_to< bool >(u!=t) ))
ranges
v3
concepts
WeaklyEqualityComparable
Generated by
1.8.10