20 #ifndef KERNEL_UTILITIES_TEMPLATE_H 21 #define KERNEL_UTILITIES_TEMPLATE_H 31 template <
class T1,
class T2>
T operator++(T &x, int)
Global postincrement operator for types with overloaded preincrement operator.
Remove the const qualifier of a type.
T operator--(T &x, int)
Global postdecrement operator for types with overloaded predecrement operator.
bool operator!=(const T1 &x1, const T2 &x2)
Global != operator for types with overloaded == operator.