cpvstr

Returns a string representation of v. Intended mostly for debugging purposes and not production use. Note: The string points to a static local and is reset every time the function is called. If you want to print more than one vector you will have to split up your printing onto separate lines.

string
cpvstr
(
const cpVect v
)

Meta