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

Function empty

include/internal/CL/cl.hpp:828–831  ·  view source on GitHub ↗

\brief Tests whether this instance has any elements.

Source from the content-addressed store, hash-verified

826
827 //! \brief Tests whether this instance has any elements.
828 bool empty (void) const
829 {
830 return size_==0;
831 }
832
833 //! \brief Returns the maximum number of elements this instance can hold.
834 unsigned int max_size (void) const

Callers 1

clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected