MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ~vector

Function ~vector

include/internal/CL/cl.hpp:704–707  ·  view source on GitHub ↗

\brief Deallocates the vector's memory and destroys all of its elements.

Source from the content-addressed store, hash-verified

702
703 //! \brief Deallocates the vector's memory and destroys all of its elements.
704 ~vector()
705 {
706 clear();
707 }
708
709 //! \brief Returns the number of elements currently contained.
710 unsigned int size(void) const

Callers

nothing calls this directly

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected