Arkanjo 0.1
A tool for find code duplicated functions in codebases
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
 

Detailed Description

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

Definition at line 3980 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 3986 of file json.hpp.

Member Data Documentation

◆ value

template<typename BasicJsonType , typename ConstructibleStringType >
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,
typename T::value_type value_type_t
Definition json.hpp:3634
std::is_same< Expected, detected_t< Op, Args... > > is_detected_exact
Definition json.hpp:320
ConstructibleStringType laundered_type
Definition json.hpp:3986
static constexpr auto value
Definition json.hpp:3989

Definition at line 3989 of file json.hpp.


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