ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
numberformat.hpp File Reference

Description:


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.

Include dependency graph for numberformat.hpp:
This graph shows which files directly or indirectly include this file:

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
}