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

Method LazyExpression

tests/catch.hpp:6067–6069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6065 }
6066
6067 LazyExpression::LazyExpression( bool isNegated )
6068 : m_isNegated( isNegated )
6069 {}
6070
6071 LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {}
6072

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected