Searched defs:PointerType (Results 1 – 3 of 3) sorted by relevance
25 enum PointerType { enum
513 using PointerType = std::conditional_t<std::is_const_v<T>, T *const *, T **>; variable
573 using PointerType = std::conditional_t<std::is_const_v<T>, T *const *, T **>; variable