WPILibC++ 2025.3.1
Loading...
Searching...
No Matches
wpi::details::IsChoiceTypeSupported< T > Struct Template Reference

#include <wpi/argparse.h>

Public Types

using CleanType = typename std::decay<T>::type
 

Static Public Attributes

static const bool value
 

Member Typedef Documentation

◆ CleanType

template<typename T >
using wpi::details::IsChoiceTypeSupported< T >::CleanType = typename std::decay<T>::type

Member Data Documentation

◆ value

template<typename T >
const bool wpi::details::IsChoiceTypeSupported< T >::value
static
Initial value:
= std::is_integral<CleanType>::value ||
std::is_same<CleanType, std::string>::value ||
std::is_same<CleanType, std::string_view>::value ||
std::is_same<CleanType, const char *>::value

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