Eclipse SUMO - Simulation of Urban MObility
nlohmann::detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType > Struct Template Reference

#include <json.hpp>

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

Field Documentation

◆ value

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

Definition at line 3658 of file json.hpp.


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