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

Method size_bytes

external/include/fstd/span.h:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 constexpr size_type size() const noexcept { return storage_.size; }
460
461 constexpr size_type size_bytes() const noexcept
462 {
463 return size() * sizeof(element_type);
464 }
465
466 TCB_SPAN_NODISCARD constexpr bool empty() const noexcept
467 {

Callers 2

as_bytesFunction · 0.80
as_writable_bytesFunction · 0.80

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected