Template Struct TypeList::contains

Nested Relationships

This struct is a nested type of Template Struct TypeList.

Struct Documentation

template<typename T>
struct contains

Public Static Attributes

static constexpr bool value = {(std::is_same_v<T, Args> || ...)}