Instrument Neutral Distributed Interface INDI  2.0.2
Static Public Attributes | List of all members
nlohmann::detail::is_compatible_string_type< BasicJsonType, CompatibleStringType > Struct Template Reference

#include <json.h>

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename BasicJsonType, typename CompatibleStringType>
struct nlohmann::detail::is_compatible_string_type< BasicJsonType, CompatibleStringType >

Definition at line 3536 of file json.h.

Member Data Documentation

◆ value

template<typename BasicJsonType , typename CompatibleStringType >
constexpr auto nlohmann::detail::is_compatible_string_type< BasicJsonType, CompatibleStringType >::value
staticconstexpr
Initial value:
=
is_constructible<typename BasicJsonType::string_t, CompatibleStringType>::value

Definition at line 3538 of file json.h.


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