Home
last modified time | relevance | path

Searched refs:TrueValue (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/common/
Dtype_traits.hpp43 struct TrueValue struct
70 template <typename Type> struct IsPointer<Type *> : public TrueValue
74 template <typename Type> struct IsPointer<const Type *> : public TrueValue
78 template <typename Type> struct IsPointer<volatile Type *> : public TrueValue
82 template <typename Type> struct IsPointer<const volatile Type *> : TrueValue
99 template <typename Type> struct IsSame<Type, Type> : public TrueValue