Searched refs:ReferenceAdder (Results 1 – 3 of 3) sorted by relevance
26 template <typename T> struct ReferenceAdder { typedef T& result; }; struct27 template <typename T> struct ReferenceAdder<T&> { typedef T result; };
170 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy;171 typedef typename ReferenceAdder<const AllocatorTy>::result AllocatorCRefTy;
263 typedef typename ReferenceAdder<AllocatorTy>::result AllocatorRefTy;264 typedef typename ReferenceAdder<const AllocatorTy>::result AllocatorCRefTy;