MCPcopy Create free account
hub / github.com/boost-ext/sml / guard

Class guard

example/logging.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41struct e2 {};
42
43struct guard {
44 bool operator()() const { return true; }
45} guard;
46
47struct action {
48 void operator()() {}

Callers 2

handleMethod · 0.50
handleMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected