|
template<typename Inserter , typename OutputIterator , typename Policies > |
static bool | call (OutputIterator &sink, T n, Policies const &p) |
|
static bool | force_sign (T) |
|
static bool | trailing_zeros (T) |
|
static int | floatfield (T n) |
|
static unsigned | precision (T) |
|
template<typename OutputIterator > |
static bool | integer_part (OutputIterator &sink, T n, bool sign, bool force_sign) |
|
template<typename OutputIterator > |
static bool | dot (OutputIterator &sink, T, unsigned) |
|
template<typename OutputIterator > |
static bool | fraction_part (OutputIterator &sink, T n, unsigned precision_, unsigned precision) |
|
template<typename CharEncoding , typename Tag , typename OutputIterator > |
static bool | exponent (OutputIterator &sink, long n) |
|
template<typename CharEncoding , typename Tag , typename OutputIterator > |
static bool | nan (OutputIterator &sink, T n, bool force_sign) |
|
template<typename CharEncoding , typename Tag , typename OutputIterator > |
static bool | inf (OutputIterator &sink, T n, bool force_sign) |
|