Specifies the accepted conversion types as a template parameter to FormatConvertResult for custom implementations of AbslFormatConvert.
Synopsis
Declared in <absl/strings/str_format.h>
enum class FormatConversionCharSet : uint64_t;
Description
Note the helper predefined alias definitions (kIntegral, etc.) below.
Members
Name |
Description |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Accepts the |
|
Used for width/precision '*' specification. |
|
Accepts any integral conversion. |
|
Accepts any floating‐point conversion. |
|
Accepts any numeric conversion. |
|
Accepts the string conversion. |
|
Accepts the pointer conversion. |
Non-Member Functions
Name |
Description |
Type safe OR operator for FormatConversionCharSet to allow accepting multiple conversion chars in custom format converters. |
Created with MrDocs