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

Method operator &&

tests/catch.hpp:2992–2994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2990
2991 template<typename T>
2992 MatchAllOf<T> MatcherBase<T>::operator && ( MatcherBase const& other ) const {
2993 return MatchAllOf<T>() && *this && other;
2994 }
2995 template<typename T>
2996 MatchAnyOf<T> MatcherBase<T>::operator || ( MatcherBase const& other ) const {
2997 return MatchAnyOf<T>() || *this || other;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected