|
template<template< typename, auto... > typename CompilesFromArgs, template< typename... > typename CompilesFromTypes> |
void | NES::checkBinary () |
|
| NES::SETUP_COMPILE_TIME_TESTS (eq, operator==) |
|
| NES::SETUP_COMPILE_TIME_TESTS (neq, operator!=) |
|
| NES::SETUP_COMPILE_TIME_TESTS (land, operator&&) |
|
| NES::SETUP_COMPILE_TIME_TESTS (lor, operator||) |
|
| NES::SETUP_COMPILE_TIME_TESTS (leq, operator<=) |
|
| NES::SETUP_COMPILE_TIME_TESTS (geq, operator>=) |
|
| NES::SETUP_COMPILE_TIME_TESTS (lt, operator<) |
|
| NES::SETUP_COMPILE_TIME_TESTS (gt, operator>) |
|
| NES::TEST_F (LogicalExpressionTest, testEqualityExpression) |
|
| NES::TEST_F (LogicalExpressionTest, testInequalityExpression) |
|
| NES::TEST_F (LogicalExpressionTest, testAndCompile) |
|
| NES::TEST_F (LogicalExpressionTest, testOrExpression) |
|
| NES::TEST_F (LogicalExpressionTest, testLeqExpression) |
|
| NES::TEST_F (LogicalExpressionTest, testGeqExpression) |
|
| NES::TEST_F (LogicalExpressionTest, testLtExpression) |
|
| NES::TEST_F (LogicalExpressionTest, testGtExpression) |
|