rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
c4::fmt::real_< T > Struct Template Reference

#include <format.hpp>

Public Member Functions

 real_ (T v, int prec=-1, RealFormat_e f=FTOA_FLOAT)

Public Attributes

val
int precision
RealFormat_e fmt

Detailed Description

template<class T>
struct c4::fmt::real_< T >

Definition at line 353 of file format.hpp.

Constructor & Destructor Documentation

◆ real_()

template<class T>
c4::fmt::real_< T >::real_ ( T v,
int prec = -1,
RealFormat_e f = FTOA_FLOAT )
inline

Definition at line 358 of file format.hpp.

Member Data Documentation

◆ val

template<class T>
T c4::fmt::real_< T >::val

Definition at line 355 of file format.hpp.

◆ precision

template<class T>
int c4::fmt::real_< T >::precision

Definition at line 356 of file format.hpp.

◆ fmt

template<class T>
RealFormat_e c4::fmt::real_< T >::fmt

Definition at line 357 of file format.hpp.


The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/rapidyaml/checkouts/v0.14.0/ext/c4core/src/c4/format.hpp