Instrument Neutral Distributed Interface INDI  2.0.2
Public Types | List of all members
nlohmann::detail::actual_object_comparator< BasicJsonType > Struct Template Reference

#include <json.h>

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
 

Detailed Description

template<typename BasicJsonType>
struct nlohmann::detail::actual_object_comparator< BasicJsonType >

Definition at line 3361 of file json.h.

Member Typedef Documentation

◆ object_comparator_t

template<typename BasicJsonType >
using nlohmann::detail::actual_object_comparator< BasicJsonType >::object_comparator_t = typename BasicJsonType::default_object_comparator_t

Definition at line 3364 of file json.h.

◆ object_t

template<typename BasicJsonType >
using nlohmann::detail::actual_object_comparator< BasicJsonType >::object_t = typename BasicJsonType::object_t

Definition at line 3363 of file json.h.

◆ type

template<typename BasicJsonType >
using nlohmann::detail::actual_object_comparator< BasicJsonType >::type = typename std::conditional < has_key_compare<object_t>::value, typename object_t::key_compare, object_comparator_t>::type

Definition at line 3365 of file json.h.


The documentation for this struct was generated from the following file: