MCPcopy Create free account
hub / github.com/andreiavrammsd/cpp-channel / empty

Class empty

examples/semaphore.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18 private:
19 struct empty {};
20 msd::channel<empty> chan_;
21 empty empty_{}; // See EBO starting C++20: https://en.cppreference.com/w/cpp/language/ebo.html
22};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected