The cpp Blob.data is a member function that returns a pointer to the first element of the blob's internal data storage. By using this function, one can access and manipulate the raw data of the blob. However, caution must be taken when using this function as it does not perform any bounds checking.
C++ (Cpp) Blob::data - 30 examples found. These are the top rated real world C++ (Cpp) examples of Blob::data from package tempi extracted from open source projects. You can rate examples to help us improve the quality of examples.