The `MojString.data` is a function in C++ that returns a pointer to the character array (string) used by the `MojString` object. This function allows access to the underlying character data without performing any modifications. It is often used when working with C-style libraries that require a null-terminated character array as input.
C++ (Cpp) MojString::data - 30 examples found. These are the top rated real world C++ (Cpp) examples of MojString::data extracted from open source projects. You can rate examples to help us improve the quality of examples.