Home
last modified time | relevance | path

Searched defs:HasRebind (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Dlwg3545.compile.pass.cpp47 struct HasRebind : std::false_type {}; struct
51 struct HasRebind<T, U, Voidify<typename std::pointer_traits<T>::template rebind<U> > > : std::true_… struct
54 struct HasRebind<T, U, Voidify<typename std::pointer_traits<T>::template rebind<U>::other> > : std:… struct