Template Struct actual_object_comparator

Struct Documentation

template<typename BasicJsonType>
struct actual_object_comparator

Public Types

using object_t = typename BasicJsonType::object_t
using object_comparator_t = typename BasicJsonType::default_object_comparator_t
using type = typename std::conditional<has_key_compare<object_t>::value, typename object_t::key_compare, object_comparator_t>::type