EnTT 3.13.0
Loading...
Searching...
No Matches
entt::type_list_contains< type_list< Type... >, Other > Struct Template Reference

Provides the member constant value to true if a type list contains a given type, false otherwise. More...

#include <type_traits.hpp>

Inheritance diagram for entt::type_list_contains< type_list< Type... >, Other >:
Inheritance graph
[legend]
Collaboration diagram for entt::type_list_contains< type_list< Type... >, Other >:
Collaboration graph
[legend]

Detailed Description

template<typename... Type, typename Other>
struct entt::type_list_contains< type_list< Type... >, Other >

Provides the member constant value to true if a type list contains a given type, false otherwise.

Template Parameters
TypeTypes provided by the type list.
OtherType to look for.

Definition at line 303 of file type_traits.hpp.


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