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

Method len

Source/external/fast_float.h:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 constexpr span() : ptr(nullptr), length(0) {}
296
297 constexpr size_t len() const noexcept {
298 return length;
299 }
300
301 FASTFLOAT_CONSTEXPR14 const T& operator[](size_t index) const noexcept {
302 FASTFLOAT_DEBUG_ASSERT(index < length);

Callers 15

fast_float.hFile · 0.45
extend_uncheckedMethod · 0.45
try_extendMethod · 0.45
small_add_fromFunction · 0.45
small_mulFunction · 0.45
large_add_fromFunction · 0.45
long_mulFunction · 0.45
large_mulFunction · 0.45
hi64Method · 0.45
compareMethod · 0.45
shl_bitsMethod · 0.45
shl_limbsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected