FlySmart Backend 1.0
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

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>
auto detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >::value
staticconstexpr
Initial value:
=
is_detected_exact<typename BasicJsonType::string_t::value_type,
typename T::value_type value_type_t
Definition json.hpp:3629
std::is_same< Expected, detected_t< Op, Args... > > is_detected_exact
Definition json.hpp:323
Definition json.hpp:3787
ConstructibleStringType laundered_type
Definition json.hpp:3957
Definition json.hpp:3819

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