MCPcopy Create free account
hub / github.com/Adlik/Adlik / empty

Method empty

cub/array/array.h:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 bool empty() const {
96 return size() == 0;
97 }
98
99 const T& operator[](size_t i) const {
100 return elems[i].getRef();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected