| #define TTS_TYPE_IS | ( | TYPE, | |
| REF, | |||
| ... | |||
| ) | TTS_TYPE_IS_ ## __VA_ARGS__ (TYPE, REF) |
Checks if two types satisfy std::is_same_v<Type,Target> == true.
TTS - Tiny Test System Copyright : TTS Contributors & Maintainers SPDX-License-Identifier: BSL-1.0
| TYPE | Type to compare. |
| REF | Expected type. |
| ... | Optional tag. If equals to REQUIRED, this test will stop the program if it fails. |