#include <format.h>
Public Types | |
enum | { sep_size = 1 } |
using | iterator = remove_reference_t< decltype(reserve(std::declval< OutputIt & >(), 0))> |
Public Member Functions | |
string_view | get_prefix () const |
template<typename Int > | |
int_writer (OutputIt output, locale_ref loc, Int value, const basic_format_specs< Char > &s) | |
void | on_bin () |
void | on_chr () |
void | on_dec () |
FMT_NORETURN void | on_error () |
void | on_hex () |
void | on_num () |
void | on_oct () |
Public Attributes | |
UInt | abs_value |
locale_ref | locale |
OutputIt | out |
char | prefix [4] |
unsigned | prefix_size |
const basic_format_specs< Char > & | specs |
using detail::int_writer< OutputIt, Char, UInt >::iterator = remove_reference_t<decltype(reserve(std::declval<OutputIt&>(), 0))> |
anonymous enum |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
UInt detail::int_writer< OutputIt, Char, UInt >::abs_value |
locale_ref detail::int_writer< OutputIt, Char, UInt >::locale |
OutputIt detail::int_writer< OutputIt, Char, UInt >::out |
char detail::int_writer< OutputIt, Char, UInt >::prefix[4] |
unsigned detail::int_writer< OutputIt, Char, UInt >::prefix_size |
const basic_format_specs<Char>& detail::int_writer< OutputIt, Char, UInt >::specs |