rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches

Classes

struct  c4::fmt::real_< T >

Functions

template<class T>
real_< T > c4::fmt::real (T val, int precision, RealFormat_e fmt=FTOA_FLOAT)

Detailed Description

Function Documentation

◆ real()

template<class T>
real_< T > c4::fmt::real ( T val,
int precision,
RealFormat_e fmt = FTOA_FLOAT )

Definition at line 362 of file format.hpp.

363{
364 return real_<T>(val, precision, fmt);
365}