MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / capacity

Method capacity

Source/external/fast_float.h:1900–1902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1898 return length == 0;
1899 }
1900 constexpr size_t capacity() const noexcept {
1901 return size;
1902 }
1903 // append item to vector, without bounds checking
1904 FASTFLOAT_CONSTEXPR14 void push_unchecked(limb value) noexcept {
1905 data[length] = value;

Callers 5

shl_limbsMethod · 0.80
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