libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
fly::detail::StandardValue< FormatContext > Struct Template Reference

#include <format_parameters.hpp>

Public Attributes

union {
   const void *   m_pointer
 
   std::int64_t   m_signed_int
 
   std::uint64_t   m_unsigned_int
 
   float   m_float
 
   double   m_double
 
   long double   m_long_double
 
   bool   m_bool
 
}; 
 
void(* m_format )(StandardValue value, FormatContext &context, BasicFormatSpecifier< typename FormatContext::char_type > &&specifier)
 

Detailed Description

template<typename FormatContext>
struct fly::detail::StandardValue< FormatContext >

Structure to store a type-erased standard value.


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