Searched defs:pointer_to (Results 1 – 3 of 3) sorted by relevance
33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value, in pointer_to() function
154 static min_pointer pointer_to(T& t) {return min_pointer(std::addressof(t));} in pointer_to() function225 static min_pointer pointer_to(const T& t) {return min_pointer(std::addressof(t));} in pointer_to() function