Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
struct e2 {};
42
43
struct guard {
44
bool operator()() const { return true; }
45
} guard;
46
47
struct action {
48
void operator()() {}
Callers
2
handle
Method · 0.50
handle
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected