Searched defs:HasRebind (Results 1 – 1 of 1) sorted by relevance
47 struct HasRebind : std::false_type {}; struct51 struct HasRebind<T, U, Voidify<typename std::pointer_traits<T>::template rebind<U> > > : std::true_… struct54 struct HasRebind<T, U, Voidify<typename std::pointer_traits<T>::template rebind<U>::other> > : std:… struct