MCPcopy Create free account
hub / github.com/RenderKit/oidn / LazyExpression

Method LazyExpression

external/catch.hpp:8185–8187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8183 }
8184
8185 LazyExpression::LazyExpression( bool isNegated )
8186 : m_isNegated( isNegated )
8187 {}
8188
8189 LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {}
8190

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected