MCPcopy 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

endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected