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

#include <json.h>

Public Types

using laundered_type = ConstructibleStringType
 

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename BasicJsonType, typename ConstructibleStringType>
struct nlohmann::detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >

Definition at line 3543 of file json.h.

Member Typedef Documentation

◆ laundered_type

template<typename BasicJsonType , typename ConstructibleStringType >
using nlohmann::detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >::laundered_type = ConstructibleStringType

Definition at line 3549 of file json.h.

Member Data Documentation

◆ value

template<typename BasicJsonType , typename ConstructibleStringType >
constexpr auto nlohmann::detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >::value
staticconstexpr
Initial value:
=
is_constructible<laundered_type,
typename BasicJsonType::string_t>::value
ConstructibleStringType laundered_type
Definition: json.h:3549

Definition at line 3552 of file json.h.


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