Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/common/
Dtype_traits.hpp67 template <typename Type> struct IsPointer : public FalseValue struct
73 template <typename Type> struct IsPointer<Type *> : public TrueValue struct
77 template <typename Type> struct IsPointer<const Type *> : public TrueValue struct
81 template <typename Type> struct IsPointer<volatile Type *> : public TrueValue struct
85 template <typename Type> struct IsPointer<const volatile Type *> : TrueValue struct