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

Method first

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

Source from the content-addressed store, hash-verified

434
435 TCB_SPAN_CONSTEXPR11 span<element_type, dynamic_extent>
436 first(size_type count) const
437 {
438 TCB_SPAN_EXPECT(count <= size());
439 return {data(), count};
440 }
441
442 TCB_SPAN_CONSTEXPR11 span<element_type, dynamic_extent>
443 last(size_type count) const

Callers

nothing calls this directly

Calls 2

dataFunction · 0.85
sizeFunction · 0.70

Tested by

no test coverage detected