MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator ||

Method operator ||

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

Source from the content-addressed store, hash-verified

2335 }
2336 template<typename T>
2337 MatchAnyOf<T> MatcherBase<T>::operator || ( MatcherBase const& other ) const {
2338 return MatchAnyOf<T>() || *this || other;
2339 }
2340 template<typename T>
2341 MatchNotOf<T> MatcherBase<T>::operator ! () const {
2342 return MatchNotOf<T>( *this );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected