|
qb
2.0.0.0
C++17 Actor Framework
|
Structure representing a text message. More...
#include <text.h>
Public Attributes | |
| const std::size_t | size |
| Message size without the delimiter. | |
| const char * | data |
| Pointer to the raw data. | |
| _StringTrait | text |
| The message as text. | |
Structure representing a text message.
This structure contains information about a complete text message, including its size, raw data, and the text formatted according to the specified _StringTrait.