Instrument Neutral Distributed Interface INDI  2.0.2
Static Public Attributes | List of all members
nlohmann::detail::is_compatible_type_impl< BasicJsonType, CompatibleType, enable_if_t< is_complete_type< CompatibleType >::value > > Struct Template Reference

#include <json.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename BasicJsonType, typename CompatibleType>
struct nlohmann::detail::is_compatible_type_impl< BasicJsonType, CompatibleType, enable_if_t< is_complete_type< CompatibleType >::value > >

Definition at line 3654 of file json.h.

Member Data Documentation

◆ value

template<typename BasicJsonType , typename CompatibleType >
constexpr bool nlohmann::detail::is_compatible_type_impl< BasicJsonType, CompatibleType, enable_if_t< is_complete_type< CompatibleType >::value > >::value
staticconstexpr
Initial value:
=
has_to_json<BasicJsonType, CompatibleType>::value

Definition at line 3658 of file json.h.


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