KWin
|
Template to compare the arguments of two std::tuple. More...
#include <xcbutils.h>
Public Types | |
typedef std::tuple_element< I, T1 >::type | tuple1Type |
typedef std::tuple_element< I, T2 >::type | tuple2Type |
Static Public Attributes | |
static constexpr bool | value = std::is_same<tuple1Type, tuple2Type>::value && tupleCompare<T1, T2, I - 1>::value |
Template to compare the arguments of two std::tuple.
Definition at line 384 of file xcbutils.h.
typedef std::tuple_element<I,T1>::type KWin::Xcb::tupleCompare< T1, T2, I >::tuple1Type |
Definition at line 386 of file xcbutils.h.
typedef std::tuple_element<I,T2>::type KWin::Xcb::tupleCompare< T1, T2, I >::tuple2Type |
Definition at line 387 of file xcbutils.h.
|
staticconstexpr |
true
if both tuple have the same arguments, false
otherwise.
Definition at line 391 of file xcbutils.h.