MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / capacity

Method capacity

external/include/fast_float/fast_float.h:1723–1725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1721 return length == 0;
1722 }
1723 constexpr size_t capacity() const noexcept {
1724 return size;
1725 }
1726 // append item to vector, without bounds checking
1727 void push_unchecked(limb value) noexcept {
1728 data[length] = value;

Callers 8

set_parentFunction · 0.45
operator[]Function · 0.45
push_backFunction · 0.45
emplace_backFunction · 0.45
shl_limbsMethod · 0.45
compress_and_writeMethod · 0.45
write_headerMethod · 0.45
write_footerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected