MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / capacity

Method capacity

app/src/ThirdParty/fast_float.h:3479–3479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3477 constexpr bool is_empty() const noexcept { return length == 0; }
3478
3479 constexpr size_t capacity() const noexcept { return size; }
3480
3481 // append item to vector, without bounds checking
3482 FASTFLOAT_CONSTEXPR14 void push_unchecked(limb value) noexcept {

Callers 7

shl_limbsMethod · 0.45
updatePlot3DSeriesMethod · 0.45
restorePlotTimeRingsMethod · 0.45
updateDataMethod · 0.45
assign_string_in_placeFunction · 0.45
assign_utf8_in_placeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected