Loading...
Searching...
No Matches
int_writer< OutputIt, Char, UInt > Struct Template Reference
Detailed Descriptiontemplate<typename OutputIt, typename Char, typename UInt>
struct detail::int_writer< OutputIt, Char, UInt > Member Typedef Documentation◆ iterator
template<typename OutputIt , typename Char , typename UInt >
Initial value:
Member Enumeration Documentation◆ anonymous enum
template<typename OutputIt , typename Char , typename UInt >
Constructor & Destructor Documentation◆ int_writer()
template<typename OutputIt , typename Char , typename UInt >
template<typename Int >
Definition at line 1598 of file format.h. References detail::is_negative(), sign::minus, sign::none, sign::plus, and basic_format_specs< Char >::sign. Member Function Documentation◆ get_prefix()
template<typename OutputIt , typename Char , typename UInt >
◆ on_bin()
template<typename OutputIt , typename Char , typename UInt >
Definition at line 1637 of file format.h. References basic_format_specs< Char >::alt, basic_format_specs< Char >::type, and detail::write_int(). ◆ on_chr()
template<typename OutputIt , typename Char , typename UInt >
◆ on_dec()
template<typename OutputIt , typename Char , typename UInt >
Definition at line 1616 of file format.h. References detail::count_digits(), and detail::write_int(). ◆ on_error()
template<typename OutputIt , typename Char , typename UInt >
◆ on_hex()
template<typename OutputIt , typename Char , typename UInt >
Definition at line 1624 of file format.h. References basic_format_specs< Char >::alt, basic_format_specs< Char >::type, and detail::write_int(). ◆ on_num()
template<typename OutputIt , typename Char , typename UInt >
Definition at line 1664 of file format.h. References detail::count_digits(), basic_string_view< Char >::data(), buffer< T >::data(), detail::format_decimal(), detail::make_checked(), basic_string_view< Char >::size(), and detail::to_unsigned(). ◆ on_oct()
template<typename OutputIt , typename Char , typename UInt >
Definition at line 1649 of file format.h. References basic_format_specs< Char >::alt, basic_format_specs< Char >::precision, and detail::write_int(). Member Data Documentation◆ abs_value
template<typename OutputIt , typename Char , typename UInt >
◆ locale
template<typename OutputIt , typename Char , typename UInt >
◆ out
template<typename OutputIt , typename Char , typename UInt >
Definition at line 1585 of file format.h. Referenced by arg_formatter_base< OutputIt, Char, ErrorHandler >::write_int(). ◆ prefix
template<typename OutputIt , typename Char , typename UInt >
◆ prefix_size
template<typename OutputIt , typename Char , typename UInt >
◆ specs
template<typename OutputIt , typename Char , typename UInt >
|