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

#include <json.h>

Public Types

using laundered_type = ConstructibleStringType
 

Static Public Attributes

static constexpr auto value
 

Member Typedef Documentation

◆ laundered_type

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

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.h:309
typename T::value_type value_type_t
Definition json.h:3502
ConstructibleStringType laundered_type
Definition json.h:3830
static constexpr auto value
Definition json.h:3833

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