MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / add_bool

Method add_bool

tests/Utils/Options.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void
68Arguments::add_bool(const std::string& param, bool val)
69{
70 add<bool>(param, val);
71}
72
73void
74Arguments::add_double(const std::string& param, double val)

Callers 3

ACE_TMAINFunction · 0.80
ACE_TMAINFunction · 0.80
ACE_TMAINFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected