Description

This method is only available when marshalling std::vector objects, and provides equivalent functionality to the corresponding method on the native container as defined in the C++ standard. Note that this method does not marshal the container itself in order to perform the operation, so it is an efficient way to clear the bound collection.

Usage:

void clear() const

See also