WPILibC++ 2024.3.2
detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/json/include/wpi/detail/meta/type_traits.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:
=
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: detected.h:63
typename T::value_type value_type_t
Definition: type_traits.h:88
Definition: format.h:283
ConstructibleStringType laundered_type
Definition: type_traits.h:361
static constexpr auto value
Definition: type_traits.h:364

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