MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator+=

Method operator+=

unittests/catch.hpp:6301–6301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6299 // Forward deprecated interface with '+' instead of '|'
6300 template<typename T>
6301 auto operator+=( T const &other ) -> Parser & { return operator|=( other ); }
6302 template<typename T>
6303 auto operator+( T const &other ) const -> Parser { return operator|( other ); }
6304

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected