MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / UnaryExpr

Method UnaryExpr

tests/catch.hpp:1942–1945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1940
1941 public:
1942 explicit UnaryExpr( LhsT lhs )
1943 : ITransientExpression{ false, static_cast<bool>(lhs) },
1944 m_lhs( lhs )
1945 {}
1946 };
1947
1948 // Specialised comparison functions to handle equality comparisons between ints and pointers (NULL deduces as an int)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected