- A
- actual_object_comparator (detail)
- adl_serializer
- B
- basic_json
- binary_reader (detail)
- Buffer
- byte_container_with_subtype
- C
- cbData
- conjunction (detail)
- conjunction< B > (detail)
- conjunction< B, Bn... > (detail)
- container_input_adapter_factory (detail::container_input_adapter_factory_impl)
- container_input_adapter_factory< ContainerType, void_t< decltype(begin(std::declval< ContainerType >()), end(std::declval< ContainerType >()))> > (detail::container_input_adapter_factory_impl)
- D
- detector (detail)
- detector< Default, void_t< Op< Args... > >, Op, Args... > (detail)
- E
- exception (detail)
- Extend (detail::utility_internal)
- Extend< integer_sequence< T, Ints... >, SeqSize, 0 > (detail::utility_internal)
- Extend< integer_sequence< T, Ints... >, SeqSize, 1 > (detail::utility_internal)
- external_constructor (detail)
- external_constructor< value_t::array > (detail)
- external_constructor< value_t::binary > (detail)
- external_constructor< value_t::boolean > (detail)
- external_constructor< value_t::number_float > (detail)
- external_constructor< value_t::number_integer > (detail)
- external_constructor< value_t::number_unsigned > (detail)
- external_constructor< value_t::object > (detail)
- external_constructor< value_t::string > (detail)
- G
- Gen (detail::utility_internal)
- Gen< T, 0 > (detail::utility_internal)
- H
- has_from_json (detail)
- has_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > (detail)
- has_key_compare (detail)
- has_non_default_from_json (detail)
- has_non_default_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > (detail)
- has_to_json (detail)
- has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > (detail)
- hash< nlohmann::NLOHMANN_BASIC_JSON_TPL > (std)
- I
- integer_sequence (detail)
- internal_iterator (detail)
- invalid_iterator (detail)
- is_basic_json (detail)
- is_basic_json< NLOHMANN_BASIC_JSON_TPL > (detail)
- is_basic_json_context (detail)
- is_c_string (detail)
- is_comparable (detail)
- is_comparable< Compare, A, B, void_t< decltype(std::declval< Compare >()(std::declval< A >(), std::declval< B >())), decltype(std::declval< Compare >()(std::declval< B >(), std::declval< A >()))> > (detail)
- is_compatible_array_type (detail)
- is_compatible_array_type_impl (detail)
- is_compatible_array_type_impl< BasicJsonType, CompatibleArrayType, enable_if_t< is_detected< iterator_t, CompatibleArrayType >::value &&is_iterator_traits< iterator_traits< detected_t< iterator_t, CompatibleArrayType > > >::value &&!std::is_same< CompatibleArrayType, detected_t< range_value_t, CompatibleArrayType > >::value > > (detail)
- is_compatible_integer_type (detail)
- is_compatible_integer_type_impl (detail)
- is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value &&std::is_integral< CompatibleNumberIntegerType >::value &&!std::is_same< bool, CompatibleNumberIntegerType >::value > > (detail)
- is_compatible_object_type (detail)
- is_compatible_object_type_impl (detail)
- is_compatible_object_type_impl< BasicJsonType, CompatibleObjectType, enable_if_t< is_detected< mapped_type_t, CompatibleObjectType >::value &&is_detected< key_type_t, CompatibleObjectType >::value > > (detail)
- is_compatible_string_type (detail)
- is_compatible_type (detail)
- is_compatible_type_impl (detail)
- is_compatible_type_impl< BasicJsonType, CompatibleType, enable_if_t< is_complete_type< CompatibleType >::value > > (detail)
- is_complete_type (detail)
- is_complete_type< T, decltype(void(sizeof(T)))> (detail)
- is_constructible (detail)
- is_constructible< const std::pair< T1, T2 > > (detail)
- is_constructible< const std::tuple< Ts... > > (detail)
- is_constructible< std::pair< T1, T2 > > (detail)
- is_constructible< std::tuple< Ts... > > (detail)
- is_constructible_array_type (detail)
- is_constructible_array_type_impl (detail)
- is_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< !std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value &&!is_compatible_string_type< BasicJsonType, ConstructibleArrayType >::value &&is_default_constructible< ConstructibleArrayType >::value &&(std::is_move_assignable< ConstructibleArrayType >::value||std::is_copy_assignable< ConstructibleArrayType >::value)&&is_detected< iterator_t, ConstructibleArrayType >::value &&is_iterator_traits< iterator_traits< detected_t< iterator_t, ConstructibleArrayType > > >::value &&is_detected< range_value_t, ConstructibleArrayType >::value &&!std::is_same< ConstructibleArrayType, detected_t< range_value_t, ConstructibleArrayType > >::value &&is_complete_type< detected_t< range_value_t, ConstructibleArrayType > >::value > > (detail)
- is_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value > > (detail)
- is_constructible_object_type (detail)
- is_constructible_object_type_impl (detail)
- is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > > (detail)
- is_constructible_string_type (detail)
- is_constructible_tuple (detail)
- is_constructible_tuple< T1, std::tuple< Args... > > (detail)
- is_default_constructible (detail)
- is_default_constructible< const std::pair< T1, T2 > > (detail)
- is_default_constructible< const std::tuple< Ts... > > (detail)
- is_default_constructible< std::pair< T1, T2 > > (detail)
- is_default_constructible< std::tuple< Ts... > > (detail)
- is_detected_lazy (detail)
- is_getable (detail)
- is_iterator_traits (detail)
- is_iterator_traits< iterator_traits< T > > (detail)
- is_json_iterator_of (detail)
- is_json_iterator_of< BasicJsonType, typename BasicJsonType::const_iterator > (detail)
- is_json_iterator_of< BasicJsonType, typename BasicJsonType::iterator > (detail)
- is_json_ref (detail)
- is_json_ref< json_ref< T > > (detail)
- is_ordered_map (detail)
- is_range (detail)
- is_specialization_of (detail)
- is_specialization_of< Primary, Primary< Args... > > (detail)
- is_transparent (detail)
- iter_impl (detail)
- iteration_proxy (detail)
- iteration_proxy_value (detail)
- iterator_traits (detail)
- iterator_traits< T *, enable_if_t< std::is_object< T >::value > > (detail)
- iterator_traits< T, enable_if_t< !std::is_pointer< T >::value > > (detail)
- iterator_types (detail)
- iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > > (detail)
- J
- json_default_base (detail)
- json_pointer
- json_ref (detail)
- json_reverse_iterator (detail)
- json_sax
- json_sax_acceptor (detail)
- json_sax_dom_callback_parser (detail)
- json_sax_dom_parser (detail)
- L
- less< ::nlohmann::detail::value_t > (std)
- lexer (detail)
- lexer_base (detail)
- M
- make_void (detail)
- N
- negation (detail)
- nonesuch (detail)
- O
- ordered_map
- other_error (detail)
- out_of_range (detail)
- P
- parse_error (detail)
- position_t (detail)
- priority_tag (detail)
- priority_tag< 0 > (detail)
- pTextRec
- R
- Recognition
- S
- serializer (detail)
- Speech
- static_const (detail)
- T
- to_json_fn (detail)
- tuple_element< N, ::nlohmann::detail::iteration_proxy_value< IteratorType > > (std)
- tuple_size<::nlohmann::detail::iteration_proxy_value< IteratorType > > (std)
- is_ordered_map::two (detail)
- type_error (detail)
- V
- value_in_range_of_impl1 (detail)
- value_in_range_of_impl1< OfType, T, false > (detail)
- value_in_range_of_impl1< OfType, T, true > (detail)
- value_in_range_of_impl2 (detail)
- value_in_range_of_impl2< OfType, T, false, false > (detail)
- value_in_range_of_impl2< OfType, T, false, true > (detail)
- value_in_range_of_impl2< OfType, T, true, false > (detail)
- value_in_range_of_impl2< OfType, T, true, true > (detail)