Static Public Attributes | List of all members
nlohmann::detail::is_basic_json_nested_type< BasicJsonType, T > Struct Template Reference

#include <json.hpp>

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 367 of file json.hpp.

Member Data Documentation

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

Definition at line 369 of file json.hpp.


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


json_transport
Author(s): Paul Bovbel
autogenerated on Wed Jan 27 2021 03:58:48