|
cbase 1.46.11
C/C++ Static Template
|
Macros | |
| #define | STR8(s) |
| Wraps a C string literal into a String8 struct 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 struct at compile time.
| s | The string literal. |
Definition at line 59 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 69 of file base_strings.h.