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

Function size

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

\brief Queries the length of the string, excluding any added '\0's.

Source from the content-addressed store, hash-verified

644
645 //! \brief Queries the length of the string, excluding any added '\0's.
646 ::size_t size(void) const { return size_; }
647
648 //! \brief Queries the length of the string, excluding any added '\0's.
649 ::size_t length(void) const { return size(); }

Callers 4

lengthFunction · 0.85
push_backFunction · 0.85
operator==Function · 0.85
setArgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected