|
rapidyaml
0.7.0
parse and emit YAML, and do it fast
|
#include <format.hpp>
Public Member Functions | |
| real_ (T v, int prec=-1, RealFormat_e f=FTOA_FLOAT) | |
Public Attributes | |
| T | val |
| int | precision |
| RealFormat_e | fmt |
Definition at line 351 of file format.hpp.
|
inline |
Definition at line 356 of file format.hpp.
| T c4::fmt::real_< T >::val |
Definition at line 353 of file format.hpp.
Referenced by c4::to_chars().
| int c4::fmt::real_< T >::precision |
Definition at line 354 of file format.hpp.
Referenced by c4::to_chars().
| RealFormat_e c4::fmt::real_< T >::fmt |
Definition at line 355 of file format.hpp.
Referenced by c4::to_chars().