MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / LazyExpression

Method LazyExpression

unittests/catch.hpp:4971–4973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4969 }
4970
4971 LazyExpression::LazyExpression( bool isNegated )
4972 : m_isNegated( isNegated )
4973 {}
4974
4975 LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {}
4976

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected