Template Struct has_key_compare
Defined in File json.hpp
Inheritance Relationships
Base Type
public std::integral_constant< bool, is_detected< detect_key_compare, T >::value >
Struct Documentation
-
template<typename T>
struct has_key_compare : public std::integral_constant<bool, is_detected<detect_key_compare, T>::value>