Searched defs:make_ptr (Results 1 – 5 of 5) sorted by relevance
26 template <typename T> struct make_ptr { typedef T *type; }; argument
19 template <typename T> struct make_ptr { typedef T *type; }; argument
651 inline stdext::checked_array_iterator<T*> make_ptr(T *ptr, std::size_t size) in make_ptr() function657 inline T *make_ptr(T *ptr, std::size_t) in make_ptr() function
655 inline stdext::checked_array_iterator<T*> make_ptr(T *ptr, std::size_t size) in make_ptr() function661 inline T *make_ptr(T *ptr, std::size_t) in make_ptr() function