o-du/phy
Intel O-RAN/X-RAN Generated Doxygen Documentation
Static Public Attributes
is_basic_json_nested_type< BasicJsonType, T > Struct Template Reference

#include <json.hpp>

Collaboration diagram for is_basic_json_nested_type< BasicJsonType, T >:
Collaboration graph

Static Public Attributes

static auto constexpr value
 

Detailed Description

template<typename BasicJsonType, typename T>
struct nlohmann::detail::is_basic_json_nested_type< BasicJsonType, T >

Definition at line 398 of file json.hpp.

Field Documentation

◆ value

auto constexpr value
static
Initial value:
= std::is_same<T, typename BasicJsonType::iterator>::value or
std::is_same<T, typename BasicJsonType::const_iterator>::value or
std::is_same<T, typename BasicJsonType::reverse_iterator>::value or
std::is_same<T, typename BasicJsonType::const_reverse_iterator>::value or
std::is_same<T, typename BasicJsonType::json_pointer>::value

Definition at line 400 of file json.hpp.


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