![]() |
![]() |
|
|
#include <fastformat/inserters/real.hpp>
Go to the source code of this file.
Namespaces | |
namespace | fastformat |
namespace | fastformat::inserters |
Functions | |
stlsoft::basic_shim_string < ff_char_t, 64 > | to_e (double const &value) |
Inserts the string form of a floating-point value. | |
stlsoft::basic_shim_string < ff_char_t, 64 > | to_E (double const &value) |
Inserts the string form of a floating-point value. | |
stlsoft::basic_shim_string < ff_char_t, 64 > | to_e (double const &value, int minimumWidth, int decimalPlaces) |
Inserts the string form of a floating-point value, with the given width and precision. | |
stlsoft::basic_shim_string < ff_char_t, 64 > | to_E (double const &value, int minimumWidth, int decimalPlaces) |
Inserts the string form of a floating-point value, with the given width and precision. |
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|