MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / capacity

Function capacity

include/internal/CL/cl.hpp:840–843  ·  view source on GitHub ↗

\brief Returns the maximum number of elements this instance can hold.

Source from the content-addressed store, hash-verified

838
839 //! \brief Returns the maximum number of elements this instance can hold.
840 unsigned int capacity () const
841 {
842 return N;
843 }
844
845 //! \brief Resizes the vector to the given size
846 void resize(unsigned int newSize, T fill = T())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected