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