MCPcopy 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_backMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected