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

Method operator &&

tests/catch.hpp:1877–1881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1875
1876 template<typename T>
1877 auto operator && ( T ) const -> BinaryExpr<LhsT, RhsT const&> const {
1878 static_assert(always_false<T>::value,
1879 "chained comparisons are not supported inside assertions, "
1880 "wrap the expression inside parentheses, or decompose it");
1881 }
1882
1883 template<typename T>
1884 auto operator || ( T ) const -> BinaryExpr<LhsT, RhsT const&> const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected