Asposecpplib
|
Checks whether CompareTo method exists in the specified type returned by operator ->. If so, inherits std::true_type, otherwise inherits std::false_type. Can be used in std::enable_if. More...
Inherits std::false_type.
Checks whether CompareTo method exists in the specified type returned by operator ->. If so, inherits std::true_type, otherwise inherits std::false_type. Can be used in std::enable_if.
T | Type to check for CompareTo method existance. |
Sfinae | Formal template argument for SFINAE to work. |