Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

fastformat/inserters/to_g.hpp File Reference


Detailed Description

[C++-only] Inserter functions for floating-point types

#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_g (double const &value)
 Inserts the string form of a floating-point value.
stlsoft::basic_shim_string
< ff_char_t, 64 > 
to_G (double const &value)
 Inserts the string form of a floating-point value.
stlsoft::basic_shim_string
< ff_char_t, 64 > 
to_g (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_G (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 SourceForge.net Logo