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

Method capacity

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

Source from the content-addressed store, hash-verified

332 // Size
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 {

Callers 10

InputTextMethod · 0.45
InputTextMultilineMethod · 0.45
InputTextWithHintMethod · 0.45
set_parentFunction · 0.45
operator[]Function · 0.45
push_backFunction · 0.45
emplace_backFunction · 0.45
getCapacityMethod · 0.45
is_not_full_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected