WCSim
Static Public Attributes | List of all members
detail::is_compatible_string_type< BasicJsonType, CompatibleStringType > Struct Template Reference

#include <json.hpp>

Collaboration diagram for detail::is_compatible_string_type< BasicJsonType, CompatibleStringType >:
Collaboration graph

Static Public Attributes

static constexpr auto value
 

Detailed Description

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

Definition at line 3748 of file json.hpp.

Member Data Documentation

◆ value

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

Definition at line 3750 of file json.hpp.


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