Searched defs:add_pointer_t (Results 1 – 6 of 6) sorted by relevance
41 template<class T> using add_pointer_t = typename std::add_pointer<T>::type; typedef
22 template<class T> using add_pointer_t = T*; typedef
61 template <class T> using add_pointer_t = typename add_pointer<T>::type; typedef
37 template <typename T> using add_pointer_t = typename std::add_pointer<T>::type; variable