flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType > Struct Template Reference

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >:
Collaboration graph

Public Types

using laundered_type = ConstructibleStringType
 

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename BasicJsonType, typename ConstructibleStringType>
struct nlohmann::json_abi_v3_11_3::detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType >

Definition at line 3824 of file json.hpp.

Member Typedef Documentation

◆ laundered_type

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

Definition at line 3830 of file json.hpp.

Member Data Documentation

◆ value

template<typename BasicJsonType , typename ConstructibleStringType >
constexpr auto nlohmann::json_abi_v3_11_3::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:309
typename T::value_type value_type_t
Definition: json.hpp:3502

Definition at line 3833 of file json.hpp.


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