WPILibC++ 2024.3.2
detail::actual_object_comparator< BasicJsonType > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/json/include/wpi/detail/meta/type_traits.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
 

Member Typedef Documentation

◆ object_comparator_t

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

◆ object_t

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

◆ type

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

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