Project Alice
Loading...
Searching...
No Matches
detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType > Struct Template Reference

#include <json.hpp>

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

Member Data Documentation

◆ value

template<typename BasicJsonType , typename ConstructibleStringType >
constexpr auto detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >::value
staticconstexpr
Initial value:
=
conjunction <
is_constructible<laundered_type, typename BasicJsonType::string_t>,
is_detected_exact<typename BasicJsonType::string_t::value_type,
std::is_same< Expected, detected_t< Op, Args... > > is_detected_exact
Definition: json.hpp:313
typename T::value_type value_type_t
Definition: json.hpp:3536
ConstructibleStringType laundered_type
Definition: json.hpp:3864
static constexpr auto value
Definition: json.hpp:3867

Definition at line 3867 of file json.hpp.


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