WCSim
Public Types | Static Public Attributes | List of all members
detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType > Struct Template Reference

#include <json.hpp>

Collaboration diagram for detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >:
Collaboration graph

Public Types

using laundered_type = ConstructibleStringType
 

Static Public Attributes

static constexpr auto value
 

Detailed Description

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

Definition at line 3755 of file json.hpp.

Member Typedef Documentation

◆ laundered_type

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

Definition at line 3761 of file json.hpp.

Member Data Documentation

◆ value

template<typename BasicJsonType , typename ConstructibleStringType >
constexpr auto detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >::value
static
Initial value:
=
conjunction <
is_constructible<laundered_type, typename BasicJsonType::string_t>,
is_detected_exact<typename BasicJsonType::string_t::value_type,

Definition at line 3764 of file json.hpp.


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