Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docopt/docopt.cpp
/ Variant
Method
Variant
docopt_value.h:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
private:
71
union Variant {
72
Variant() {}
73
~Variant() { /* do nothing; will be destroyed by ~value */ }
74
75
bool boolValue;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected