The `VCString.size()` function in C++ returns the size or length of a `VCString` object. It provides the number of characters stored in the `VCString` including any null characters. It is a useful method to determine the length of a string in terms of characters.
C++ (Cpp) VCString::size - 18 examples found. These are the top rated real world C++ (Cpp) examples of VCString::size extracted from open source projects. You can rate examples to help us improve the quality of examples.