Goby3  3.1.4
2024.02.22
detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType > Struct Template Reference

#include <goby/util/thirdparty/nlohmann/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 3751 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 3757 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,

Definition at line 3760 of file json.hpp.


The documentation for this struct was generated from the following file:
detail::is_detected_exact
std::is_same< Expected, detected_t< Op, Args... > > is_detected_exact
Definition: json.hpp:307
detail::is_constructible_string_type::laundered_type
ConstructibleStringType laundered_type
Definition: json.hpp:3757
detail::value_type_t
typename T::value_type value_type_t
Definition: json.hpp:3484
detail::is_constructible_string_type::value
static constexpr auto value
Definition: json.hpp:3760