Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ operator|=
Method
operator|=
extlibs/catch/include/catch/catch.hpp:9178–9181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9176
std::vector<Arg> m_args;
9177
9178
auto operator|=( ExeName const &exeName ) -> Parser & {
9179
m_exeName = exeName;
9180
return *this;
9181
}
9182
9183
auto operator|=( Arg const &arg ) -> Parser & {
9184
m_args.push_back(arg);
Callers
nothing calls this directly
Calls
4
push_back
Method · 0.45
insert
Method · 0.45
end
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected