MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / empty

Method empty

Sources/Shared/Containers/SmallVector.h:69–71  ·  view source on GitHub ↗

@brief Returns whether the container is empty */

Source from the content-addressed store, hash-verified

67
68 /** @brief Returns whether the container is empty */
69 bool empty() const {
70 return !Size;
71 }
72
73 protected:
74 /** @brief Sets internal vector size */

Callers 2

SmallVectorMethod · 0.45
SmallVectorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected