Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
void
68
Arguments::add_bool(const std::string& param, bool val)
69
{
70
add<bool>(param, val);
71
}
72
73
void
74
Arguments::add_double(const std::string& param, double val)
Callers
3
ACE_TMAIN
Function · 0.80
ACE_TMAIN
Function · 0.80
ACE_TMAIN
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected