Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docopt/docopt.cpp
/ asBool
Method
asBool
docopt_value.h:270–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
inline
271
bool value::asBool() const
272
{
273
throwIfNotKind(Kind::Bool);
274
return variant_.boolValue;
275
}
276
277
inline
278
long value::asLong() const
Callers
2
docopt.cpp
File · 0.80
Option
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected