![]() |
OpenLB 1.8.1
|
Evaluates to true iff T is not in TYPES. More...
#include <meta.h>
Collaboration diagram for olb::meta::neq< TYPES >:Public Types | |
| template<typename T > | |
| using | type = std::integral_constant<bool, (!std::is_same_v<TYPES,T> && ...)> |
Evaluates to true iff T is not in TYPES.
| using olb::meta::neq< TYPES >::type = std::integral_constant<bool, (!std::is_same_v<TYPES,T> && ...)> |