This header file is part of module ALib Strings of the ALib C++ Library .
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file numberformat.hpp.
Go to the source code of this file.
Classes | |
struct | TNumberFormat< TChar > |
Namespaces | |
namespace | alib |
namespace | alib::strings |
Typedefs | |
using | NumberFormatFlags = strings::NumberFormatFlags |
Type alias in namespace alib. | |
Enumerations | |
enum class | NumberFormatFlags : uint8_t { NONE = 0 , ReadGroupChars = 1 , WriteGroupChars = 2 , ForceDecimalPoint = 4 , WriteExponentPlusSign = 8 , OmitTrailingFractionalZeros =16 , ForceScientific =32 , HexLowerCase =64 } |