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

Method size

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

[span.obs], span observers

Source from the content-addressed store, hash-verified

457
458 // [span.obs], span observers
459 constexpr size_type size() const noexcept { return storage_.size; }
460
461 constexpr size_type size_bytes() const noexcept
462 {

Callers 15

test_tensor_from_falcorFunction · 0.45
downsampleFunction · 0.45
item_getterMethod · 0.45
renderMethod · 0.45
registerNodeTypesMethod · 0.45
removeLinkAtMethod · 0.45
removeAnyLinkFromNodeMethod · 0.45
isLinkPresentMethod · 0.45
hasLinksMethod · 0.45
getAllNodesOfTypeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_tensor_from_falcorFunction · 0.36