MCPcopy Create free account
hub / github.com/cinder/Cinder / empty

Method empty

include/circular/circular.h:335–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 size_type size() const { return contents_size_; }
334 size_type capacity() const { return array_size_; }
335 bool empty() const { return !contents_size_; }
336 size_type max_size() const
337 {
338 return alloc_.max_size();

Callers 15

registerCbFunction · 0.45
emptyFunction · 0.45
emptyFunction · 0.45
makeOrGetLoggerMethod · 0.45
emptyFunction · 0.45
isClosedFunction · 0.45
emptyFunction · 0.45
Path2d.hFile · 0.45
emptyFunction · 0.45
hasNormalsFunction · 0.45
hasTangentsFunction · 0.45
hasBitangentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected