WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
detail::is_constructible_string_type< BasicJsonType, ConstructibleStringType > Struct Template Reference

#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 >
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,
typename T::value_type value_type_t
Definition type_traits.h:89
std::is_same< Expected, detected_t< Op, Args... > > is_detected_exact
Definition detected.h:63
Definition ranges.h:365
ConstructibleStringType laundered_type
Definition type_traits.h:417
static constexpr auto value
Definition type_traits.h:420

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