MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / capacity

Method capacity

3ds/include/SmallVector.hpp:381–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 constexpr size_type size() const noexcept { return populated(); }
380
381 constexpr size_type capacity() const noexcept { return Size; }
382
383 constexpr size_type max_size() const noexcept { return Size; }
384

Callers 4

set_parentFunction · 0.80
operator[]Function · 0.80
push_backFunction · 0.80
emplace_backFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected