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

Method operator &&

tests/catch.hpp:2011–2015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2009
2010 template<typename RhsT>
2011 auto operator && ( RhsT const& ) -> BinaryExpr<LhsT, RhsT const&> const {
2012 static_assert(always_false<RhsT>::value,
2013 "operator&& is not supported inside assertions, "
2014 "wrap the expression inside parentheses, or decompose it");
2015 }
2016
2017 template<typename RhsT>
2018 auto operator || ( RhsT const& ) -> BinaryExpr<LhsT, RhsT const&> const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected