HomeSort by relevance Sort by last modified time
    Searched defs:pointer_to (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp 15 // static pointer pointer_to(<details>);
33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value, function in struct:A
42 static_assert((std::is_same<A<int>, decltype(std::pointer_traits<A<int> >::pointer_to(i))>::value), "");
43 A<int> a = std::pointer_traits<A<int> >::pointer_to(i);
  /external/libcxx/test/support/
min_allocator.h 300 static min_pointer pointer_to(T& t) {return min_pointer(std::addressof(t));} function in class:min_pointer
371 static min_pointer pointer_to(const T& t) {return min_pointer(std::addressof(t));} function in class:min_pointer

Completed in 338 milliseconds