EnTT 3.13.0
Loading...
Searching...
No Matches
Public Types | List of all members
entt::value_list_diff< value_list< Value... >, value_list< Other... > > Class Template Reference

Computes the difference between two value lists. More...

#include <type_traits.hpp>

Public Types

using type = value_list_cat_t< std::conditional_t< value_list_contains_v< v141_toolset_workaround, Value >, value_list<>, value_list< Value > >... >
 A value list that is the difference between the two value lists.
 

Detailed Description

template<auto... Value, auto... Other>
class entt::value_list_diff< value_list< Value... >, value_list< Other... > >

Computes the difference between two value lists.

Template Parameters
ValueValues provided by the first value list.
OtherValues provided by the second value list.

Definition at line 585 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<auto... Value, auto... Other>
using entt::value_list_diff< value_list< Value... >, value_list< Other... > >::type = value_list_cat_t<std::conditional_t<value_list_contains_v<v141_toolset_workaround, Value>, value_list<>, value_list<Value> >...>

A value list that is the difference between the two value lists.

Definition at line 590 of file type_traits.hpp.


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