Searched defs:rebind_to (Results 1 – 2 of 2) sorted by relevance
26 struct rebind_to { struct27 typedef typename std::pointer_traits<T>::template rebind<U> type;35 struct rebind_to { struct36 typedef U* type;
144 struct rebind_to: struct