Home
last modified time | relevance | path

Searched defs:IsPointer (Results 1 – 1 of 1) sorted by relevance

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