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

Method operator >

tests/catch.hpp:1905–1909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1903
1904 template<typename T>
1905 auto operator > ( T ) const -> BinaryExpr<LhsT, RhsT const&> const {
1906 static_assert(always_false<T>::value,
1907 "chained comparisons are not supported inside assertions, "
1908 "wrap the expression inside parentheses, or decompose it");
1909 }
1910
1911 template<typename T>
1912 auto operator < ( T ) const -> BinaryExpr<LhsT, RhsT const&> const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected