plll
1.0
|
An "arithmetic" context for octal (base 8) conversions to std::string
s.
More...
#include <arithmetic.hpp>
Additional Inherited Members | |
Public Types inherited from plll::arithmetic::StringContext | |
enum | |
The properties of strings. | |
typedef std::string | Type |
The type. | |
Public Member Functions inherited from plll::arithmetic::StringContext | |
unsigned | base () const |
Queries the base of this context. More... | |
StringContext () | |
Creates a string context for base 10 (decimal). | |
StringContext (unsigned base) | |
Creates a string context for an arbitrary base. More... | |
An "arithmetic" context for octal (base 8) conversions to std::string
s.
Note that floating point types (type_traits<Type>::is_real
is true
) might not support htis.
Definition at line 1199 of file arithmetic.hpp.