Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Check if a type list contains a given type. More...
#include <type_list.hpp>
Static Public Attributes | |
static constexpr bool | value = (std::is_same_v<T, Ts> || ...) |
True if T is in Ts... |
Check if a type list contains a given type.
T | Type to check. |
Ts | Types to search in. |