Pyrogenesis  trunk
Public Types | Static Public Member Functions | List of all members
fmt::internal::CharTraits< wchar_t > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::internal::CharTraits< wchar_t >:
Inheritance graph
[legend]
Collaboration diagram for fmt::internal::CharTraits< wchar_t >:
Collaboration graph
[legend]

Public Types

typedef const char * UnsupportedStrType
 
- Public Types inherited from fmt::internal::BasicCharTraits< wchar_t >
typedef wchar_tCharPtr
 

Static Public Member Functions

static wchar_t convert (char value)
 
static wchar_t convert (wchar_t value)
 
template<typename T >
static int format_float (wchar_t *buffer, std::size_t size, const wchar_t *format, unsigned width, int precision, T value)
 

Member Typedef Documentation

Member Function Documentation

static wchar_t fmt::internal::CharTraits< wchar_t >::convert ( char  value)
inlinestatic
static wchar_t fmt::internal::CharTraits< wchar_t >::convert ( wchar_t  value)
inlinestatic
template<typename T >
int fmt::internal::CharTraits< wchar_t >::format_float ( wchar_t buffer,
std::size_t  size,
const wchar_t format,
unsigned  width,
int  precision,
T  value 
)
static

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