|
| | NES::TEST_F (ArrayTypeTest, testCheckNullTerminator) |
| | Check that the null-terminator has to be present for fixed-size strings only. More...
|
| |
| | NES::TEST_F (ArrayTypeTest, testExceptionSpecifier) |
| |
| template<std::size_t s, typename J > |
| auto | NES::eq (ExecutableTypes::Array< char, s > const &l, J r) -> bool |
| | Utility for checking equality. More...
|
| |
| template<typename T , std::size_t s> |
| auto | NES::eq (ExecutableTypes::Array< T, s > const &l, std::vector< T > &&r) -> bool |
| |
| | NES::TEST_F (ArrayTypeTest, testInitialization) |
| | Test type, size and content of ExecutableTypes::Arrays. More...
|
| |