Searched refs:PointerType (Results 1 – 1 of 1) sorted by relevance
513 using PointerType = std::conditional_t<std::is_const_v<T>, T *const *, T **>; variable515 explicit UserList(PointerType head) : head_(head) {} in UserList()551 PointerType head_ {nullptr};