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

Function max_size

include/internal/CL/cl.hpp:834–837  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

832
833 //! \brief Returns the maximum number of elements this instance can hold.
834 unsigned int max_size (void) const
835 {
836 return N;
837 }
838
839 //! \brief Returns the maximum number of elements this instance can hold.
840 unsigned int capacity () const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected