MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator ||

Method operator ||

tests/catch.hpp:2996–2998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2994 }
2995 template<typename T>
2996 MatchAnyOf<T> MatcherBase<T>::operator || ( MatcherBase const& other ) const {
2997 return MatchAnyOf<T>() || *this || other;
2998 }
2999 template<typename T>
3000 MatchNotOf<T> MatcherBase<T>::operator ! () const {
3001 return MatchNotOf<T>( *this );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected