Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ operator|=
Method
operator|=
unittests/catch.hpp:6273–6276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6271
std::vector<Arg> m_args;
6272
6273
auto operator|=( ExeName const &exeName ) -> Parser & {
6274
m_exeName = exeName;
6275
return *this;
6276
}
6277
6278
auto operator|=( Arg const &arg ) -> Parser & {
6279
m_args.push_back(arg);
Callers
nothing calls this directly
Calls
2
end
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected