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

#include <json.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename BasicJsonType, typename CompatibleCompleteType>
struct nlohmann::detail::is_compatible_complete_type< BasicJsonType, CompatibleCompleteType >

Definition at line 465 of file json.hpp.

Member Data Documentation

template<typename BasicJsonType , typename CompatibleCompleteType >
constexpr bool nlohmann::detail::is_compatible_complete_type< BasicJsonType, CompatibleCompleteType >::value
static
Initial value:
=
not std::is_base_of<std::istream, CompatibleCompleteType>::value and
not is_basic_json<CompatibleCompleteType>::value and

Definition at line 467 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