|
rapidyaml
0.12.0
parse and emit YAML, and do it fast
|
format an integral type with a custom radix More...
#include <format.hpp>
Public Member Functions | |
| C4_STATIC_ASSERT (std::is_integral< T >::value) | |
| integral_ (T val_, T radix_) | |
Public Attributes | |
| T | val |
| T | radix |
format an integral type with a custom radix
Definition at line 110 of file format.hpp.
|
inline |
Definition at line 115 of file format.hpp.
| c4::fmt::integral_< T >::C4_STATIC_ASSERT | ( | std::is_integral< T >::value | ) |
| T c4::fmt::integral_< T >::val |
Definition at line 113 of file format.hpp.
| T c4::fmt::integral_< T >::radix |
Definition at line 114 of file format.hpp.