| 1940 | |
| 1941 | public: |
| 1942 | explicit UnaryExpr( LhsT lhs ) |
| 1943 | : ITransientExpression{ false, static_cast<bool>(lhs) }, |
| 1944 | m_lhs( lhs ) |
| 1945 | {} |
| 1946 | }; |
| 1947 | |
| 1948 | // Specialised comparison functions to handle equality comparisons between ints and pointers (NULL deduces as an int) |
nothing calls this directly
no outgoing calls
no test coverage detected