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

Method operator !

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

Source from the content-addressed store, hash-verified

2339 }
2340 template<typename T>
2341 MatchNotOf<T> MatcherBase<T>::operator ! () const {
2342 return MatchNotOf<T>( *this );
2343 }
2344
2345 } // namespace Impl
2346

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected