|
rapidyaml
0.7.0
parse and emit YAML, and do it fast
|
format an integral type with a custom radix, and pad with zeroes on the left More...
#include <format.hpp>
Public Member Functions | |
| C4_STATIC_ASSERT (std::is_integral< T >::value) | |
| integral_padded_ (T val_, T radix_, size_t nd) | |
Public Attributes | |
| T | val |
| T | radix |
| size_t | num_digits |
format an integral type with a custom radix, and pad with zeroes on the left
Definition at line 119 of file format.hpp.
|
inline |
Definition at line 125 of file format.hpp.
| c4::fmt::integral_padded_< T >::C4_STATIC_ASSERT | ( | std::is_integral< T >::value | ) |
| T c4::fmt::integral_padded_< T >::val |
Definition at line 122 of file format.hpp.
Referenced by c4::to_chars().
| T c4::fmt::integral_padded_< T >::radix |
Definition at line 123 of file format.hpp.
Referenced by c4::to_chars().
| size_t c4::fmt::integral_padded_< T >::num_digits |
Definition at line 124 of file format.hpp.
Referenced by c4::to_chars().