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

Method span

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

Source from the content-addressed store, hash-verified

317 std::size_t E = Extent,
318 typename std::enable_if<(E == dynamic_extent || E <= 0), int>::type = 0>
319 constexpr span() noexcept
320 {}
321
322 TCB_SPAN_CONSTEXPR11 span(pointer ptr, size_type count)
323 : storage_(ptr, count)

Callers 1

jeri.min.jsFile · 0.45

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected