Medial Code Documentation
Loading...
Searching...
No Matches
Public Types | Static Public Attributes
detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType > Struct Template Reference

Public Types

using laundered_type = ConstructibleStringType
 

Static Public Attributes

static constexpr auto value
 

Field 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,
value_type_t, laundered_type >>::value

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