OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | List of all members
olb::meta::neq< TYPES > Struct Template Reference

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> && ...)>
 

Detailed Description

template<typename... TYPES>
struct olb::meta::neq< TYPES >

Evaluates to true iff T is not in TYPES.

Definition at line 218 of file meta.h.

Member Typedef Documentation

◆ type

template<typename... TYPES>
template<typename T >
using olb::meta::neq< TYPES >::type = std::integral_constant<bool, (!std::is_same_v<TYPES,T> && ...)>

Definition at line 220 of file meta.h.


The documentation for this struct was generated from the following file: