Template Function cif::to_chars(char *, char *, FloatType&, chars_format)

Function Documentation

template<typename FloatType, std::enable_if_t<std::is_floating_point_v<FloatType>, int> = 0>
std::to_chars_result cif::to_chars(char *first, char *last, FloatType &value, chars_format fmt)

a simplistic implementation of std::to_chars for old STL implementations