EnTT 3.14.0
Loading...
Searching...
No Matches
entt::value_list_diff< value_list< Value... >, value_list< Other... > > Struct 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<value_list<Other...>, 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>
struct 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<value_list<Other...>, Value>, value_list<>, value_list<Value>>...>

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

Definition at line 587 of file type_traits.hpp.


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