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

Method UnaryExpr

unittests/catch.hpp:1343–1346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341
1342 public:
1343 explicit UnaryExpr( LhsT lhs )
1344 : ITransientExpression{ false, lhs ? true : false },
1345 m_lhs( lhs )
1346 {}
1347 };
1348
1349 // 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