The sign specifier controlling how the sign of a numeric value is formatted.
Synopsis
Declared in <fmt/base.h>
enum class sign : int;
Members
Name |
Description |
|
No sign specifier given; the default for the argument type is used. |
|
Show a sign only for negative numbers ('‐'). |
|
Always show a sign ('+'). |
|
Use a space for the sign of non‐negative numbers (' '). |
Created with MrDocs