MCPcopy Create free account
hub / github.com/docopt/docopt.cpp / ~Variant

Method ~Variant

docopt_value.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 union Variant {
72 Variant() {}
73 ~Variant() { /* do nothing; will be destroyed by ~value */ }
74
75 bool boolValue;
76 long longValue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected