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