|
rapidyaml
0.9.0
parse and emit YAML, and do it fast
|
Functions | |
| template<class T > | |
| integral_padded_< T > | c4::fmt::zpad (T val, size_t num_digits) |
| pad the argument with zeroes on the left, with decimal radix More... | |
| template<class T > | |
| integral_padded_< T > | c4::fmt::zpad (integral_< T > val, size_t num_digits) |
| pad the argument with zeroes on the left More... | |
| integral_padded_< intptr_t > | c4::fmt::zpad (std::nullptr_t, size_t num_digits) |
| pad the argument with zeroes on the left More... | |
| template<class T > | |
| integral_padded_< intptr_t > | c4::fmt::zpad (T const *val, size_t num_digits) |
| pad the argument with zeroes on the left More... | |
| template<class T > | |
| integral_padded_< intptr_t > | c4::fmt::zpad (T *val, size_t num_digits) |
|
inline |
pad the argument with zeroes on the left, with decimal radix
Definition at line 236 of file format.hpp.
Referenced by sample::sample_formatting().
|
inline |
pad the argument with zeroes on the left
Definition at line 242 of file format.hpp.
References c4::fmt::integral_< T >::radix, and c4::fmt::integral_< T >::val.
|
inline |
pad the argument with zeroes on the left
Definition at line 247 of file format.hpp.
|
inline |
pad the argument with zeroes on the left
Definition at line 253 of file format.hpp.
|
inline |
Definition at line 258 of file format.hpp.