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

Method foo

test/stdexec/detail/test_any.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 using IFoo::__interface_base::__interface_base;
167
168 constexpr virtual void foo()
169 {
170 any::__value(*this).foo();
171 }
172 };
173
174 template <class Base>

Callers

nothing calls this directly

Calls 1

fooMethod · 0.45

Tested by

no test coverage detected