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

Evaluates to true iff T is in TYPES. More...

#include <meta.h>

+ Collaboration diagram for olb::meta::eq< 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::eq< TYPES >

Evaluates to true iff T is in TYPES.

Definition at line 211 of file meta.h.

Member Typedef Documentation

◆ type

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

Definition at line 213 of file meta.h.


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