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

Method operator <=

tests/catch.hpp:2038–2040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2036 struct Decomposer {
2037 template<typename T>
2038 auto operator <= ( T const& lhs ) -> ExprLhs<T const&> {
2039 return ExprLhs<T const&>{ lhs };
2040 }
2041
2042 auto operator <=( bool value ) -> ExprLhs<bool> {
2043 return ExprLhs<bool>{ value };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected