EnTT 3.13.0
Loading...
Searching...
No Matches
entt::value_list_contains< value_list< Value... >, Other > Struct Template Reference

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

#include <type_traits.hpp>

Inheritance diagram for entt::value_list_contains< value_list< Value... >, Other >:
Inheritance graph
[legend]
Collaboration diagram for entt::value_list_contains< value_list< Value... >, Other >:
Collaboration graph
[legend]

Detailed Description

template<auto... Value, auto Other>
struct entt::value_list_contains< value_list< Value... >, Other >

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

Template Parameters
ValueValues provided by the value list.
OtherValue to look for.

Definition at line 564 of file type_traits.hpp.


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