|
cbase 1.50.0
C/C++ Static Template
|
Macros | |
| #define | STR8(s) |
| Wraps a C string literal into a String8 at compile time. | |
| #define | STR8_FMT(s) |
| Helper macro to use a String8 in a printf-style format string. Example: | |
| #define STR8 | ( | s | ) |
Wraps a C string literal into a String8 at compile time.
| s | The string literal to wrap. |
Definition at line 106 of file base_strings.h.
| #define STR8_FMT | ( | s | ) |
Helper macro to use a String8 in a printf-style format string. Example:
Definition at line 117 of file base_strings.h.