|
dxFeed Graal CXX API v7.0.0
|
Common string constants used across the library. More...
#include <StringUtils.hpp>
Static Public Attributes | |
| static const std::string | EMPTY {} |
Empty string constant: "". | |
| static const std::string | NUL {"<null>"} |
Textual representation of a null / missing string: "<null>". | |
Common string constants used across the library.
EMPTY represents an empty string value. NUL is a textual placeholder for a missing or null string value and is intended for logging, debugging, and diagnostic output.