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

Method empty

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

Source from the content-addressed store, hash-verified

464 }
465
466 TCB_SPAN_NODISCARD constexpr bool empty() const noexcept
467 {
468 return size() == 0;
469 }
470
471 // [span.elem], span element access
472 TCB_SPAN_CONSTEXPR11 reference operator[](size_type idx) const

Callers 14

wait_for_tasksMethod · 0.45
workerMethod · 0.45
purgeMethod · 0.45
wait_for_tasksMethod · 0.45
wait_for_tasks_untilMethod · 0.45
workerMethod · 0.45
resolveMethod · 0.45
isEmptyMethod · 0.45
backward.hppFile · 0.45
get_type_by_signatureFunction · 0.45
set_parameter_stringFunction · 0.45

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected