Logo ROOT   6.14/05
Reference Guide
List of all members | Static Public Attributes | List of all members
nlohmann::detail::is_basic_json_nested_type< BasicJsonType, T > Struct Template Reference

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

Definition at line 421 of file json.hpp.

Static Public Attributes

static auto constexpr value
 

#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/io/io/res/json.hpp>

Member Data Documentation

◆ value

template<typename BasicJsonType , typename T >
auto constexpr nlohmann::detail::is_basic_json_nested_type< BasicJsonType, T >::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 423 of file json.hpp.


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