WPILibC++ 2024.3.2
detail::value< Context > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/core.h>

Public Types

using char_type = typename Context::char_type
 

Public Member Functions

constexpr FMT_INLINE value ()
 
constexpr FMT_INLINE value (int val)
 
constexpr FMT_INLINE value (unsigned val)
 
constexpr FMT_INLINE value (long long val)
 
constexpr FMT_INLINE value (unsigned long long val)
 
FMT_INLINE value (int128_opt val)
 
FMT_INLINE value (uint128_opt val)
 
constexpr FMT_INLINE value (float val)
 
constexpr FMT_INLINE value (double val)
 
FMT_INLINE value (long double val)
 
constexpr FMT_INLINE value (bool val)
 
constexpr FMT_INLINE value (char_type val)
 
FMT_CONSTEXPR FMT_INLINE value (const char_type *val)
 
FMT_CONSTEXPR FMT_INLINE value (basic_string_view< char_type > val)
 
FMT_INLINE value (const void *val)
 
FMT_INLINE value (const named_arg_info< char_type > *args, size_t size)
 
template<typename T >
FMT_CONSTEXPR20 FMT_INLINE value (T &val)
 
 value (unformattable)
 
 value (unformattable_char)
 
 value (unformattable_pointer)
 

Public Attributes

union {
   monostate   no_value
 
   int   int_value
 
   unsigned   uint_value
 
   long long   long_long_value
 
   unsigned long long   ulong_long_value
 
   int128_opt   int128_value
 
   uint128_opt   uint128_value
 
   bool   bool_value
 
   char_type   char_value
 
   float   float_value
 
   double   double_value
 
   long double   long_double_value
 
   const void *   pointer
 
   string_value< char_type >   string
 
   custom_value< Context >   custom
 
   named_arg_value< char_type >   named_args
 
}; 
 

Member Typedef Documentation

◆ char_type

template<typename Context >
using detail::value< Context >::char_type = typename Context::char_type

Constructor & Destructor Documentation

◆ value() [1/20]

template<typename Context >
constexpr FMT_INLINE detail::value< Context >::value ( )
inlineconstexpr

◆ value() [2/20]

template<typename Context >
constexpr FMT_INLINE detail::value< Context >::value ( int  val)
inlineconstexpr

◆ value() [3/20]

template<typename Context >
constexpr FMT_INLINE detail::value< Context >::value ( unsigned  val)
inlineconstexpr

◆ value() [4/20]

template<typename Context >
constexpr FMT_INLINE detail::value< Context >::value ( long long  val)
inlineconstexpr

◆ value() [5/20]

template<typename Context >
constexpr FMT_INLINE detail::value< Context >::value ( unsigned long long  val)
inlineconstexpr

◆ value() [6/20]

template<typename Context >
FMT_INLINE detail::value< Context >::value ( int128_opt  val)
inline

◆ value() [7/20]

template<typename Context >
FMT_INLINE detail::value< Context >::value ( uint128_opt  val)
inline

◆ value() [8/20]

template<typename Context >
constexpr FMT_INLINE detail::value< Context >::value ( float  val)
inlineconstexpr

◆ value() [9/20]

template<typename Context >
constexpr FMT_INLINE detail::value< Context >::value ( double  val)
inlineconstexpr

◆ value() [10/20]

template<typename Context >
FMT_INLINE detail::value< Context >::value ( long double  val)
inline

◆ value() [11/20]

template<typename Context >
constexpr FMT_INLINE detail::value< Context >::value ( bool  val)
inlineconstexpr

◆ value() [12/20]

template<typename Context >
constexpr FMT_INLINE detail::value< Context >::value ( char_type  val)
inlineconstexpr

◆ value() [13/20]

template<typename Context >
FMT_CONSTEXPR FMT_INLINE detail::value< Context >::value ( const char_type val)
inline

◆ value() [14/20]

template<typename Context >
FMT_CONSTEXPR FMT_INLINE detail::value< Context >::value ( basic_string_view< char_type val)
inline

◆ value() [15/20]

template<typename Context >
FMT_INLINE detail::value< Context >::value ( const void *  val)
inline

◆ value() [16/20]

template<typename Context >
FMT_INLINE detail::value< Context >::value ( const named_arg_info< char_type > *  args,
size_t  size 
)
inline

◆ value() [17/20]

template<typename Context >
template<typename T >
FMT_CONSTEXPR20 FMT_INLINE detail::value< Context >::value ( T &  val)
inline

◆ value() [18/20]

template<typename Context >
detail::value< Context >::value ( unformattable  )

◆ value() [19/20]

template<typename Context >
detail::value< Context >::value ( unformattable_char  )

◆ value() [20/20]

template<typename Context >
detail::value< Context >::value ( unformattable_pointer  )

Member Data Documentation

◆ 

union { ... } detail::value< Context >::@53

◆ bool_value

template<typename Context >
bool detail::value< Context >::bool_value

◆ char_value

template<typename Context >
char_type detail::value< Context >::char_value

◆ custom

template<typename Context >
custom_value<Context> detail::value< Context >::custom

◆ double_value

template<typename Context >
double detail::value< Context >::double_value

◆ float_value

template<typename Context >
float detail::value< Context >::float_value

◆ int128_value

template<typename Context >
int128_opt detail::value< Context >::int128_value

◆ int_value

template<typename Context >
int detail::value< Context >::int_value

◆ long_double_value

template<typename Context >
long double detail::value< Context >::long_double_value

◆ long_long_value

template<typename Context >
long long detail::value< Context >::long_long_value

◆ named_args

template<typename Context >
named_arg_value<char_type> detail::value< Context >::named_args

◆ no_value

template<typename Context >
monostate detail::value< Context >::no_value

◆ pointer

template<typename Context >
const void* detail::value< Context >::pointer

◆ string

template<typename Context >
string_value<char_type> detail::value< Context >::string

◆ uint128_value

template<typename Context >
uint128_opt detail::value< Context >::uint128_value

◆ uint_value

template<typename Context >
unsigned detail::value< Context >::uint_value

◆ ulong_long_value

template<typename Context >
unsigned long long detail::value< Context >::ulong_long_value

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