MCPcopy Create free account
hub / github.com/Profactor/cv-plot / LazyExpression

Method LazyExpression

CvPlot/ext/catch2/inc/catch.hpp:8110–8112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8108 }
8109
8110 LazyExpression::LazyExpression( bool isNegated )
8111 : m_isNegated( isNegated )
8112 {}
8113
8114 LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {}
8115

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected