MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / __empty_

Function __empty_

include/stdexec/__detail/__any.hpp:834–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832 using __box<_Value>::__value_;
833
834 [[nodiscard]]
835 constexpr bool __empty_() const noexcept final
836 {
837 return false;
838 }
839
840 constexpr void __reset_() noexcept final
841 {

Callers 2

__any.hppFile · 0.85
__data_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected