Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
detail::actual_object_comparator< BasicJsonType > Struct Template Reference

#include <json.hpp>

Public Types

using object_t = typename BasicJsonType::object_t
 
using object_comparator_t = typename BasicJsonType::default_object_comparator_t
 
using type
 

Detailed Description

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

Definition at line 3719 of file json.hpp.

Member Typedef Documentation

◆ object_comparator_t

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

Definition at line 3722 of file json.hpp.

◆ object_t

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

Definition at line 3721 of file json.hpp.

◆ type

template<typename BasicJsonType >
using detail::actual_object_comparator< BasicJsonType >::type
Initial value:
typename std::conditional < has_key_compare<object_t>::value,
typename object_t::key_compare, object_comparator_t>::type
typename BasicJsonType::default_object_comparator_t object_comparator_t
Definition json.hpp:3722
typename std::conditional< has_key_compare< object_t >::value, typename object_t::key_compare, object_comparator_t >::type type
Definition json.hpp:3723

Definition at line 3723 of file json.hpp.


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