This class template provides the implementation for all possible floating point formatting styles and the parsing of the format specification. The specified t_VALUE template type argument determines the type of floating point value use, while the specified t_CHAR determines the output's character type. The behavior is undefined unless t_VALUE is one of float or double, and t_CHAR is on of char or wchar_t.
Synopsis
Declared in <bslfmt_formatterfloating.h>
template<
class t_VALUE,
class t_CHAR>
struct FormatterFloating_Base;
Member Functions
Name |
Description |
Create string representation of the specified |
|
Parse the specified |
Created with MrDocs