Searched defs:const_traits (Results 1 – 1 of 1) sorted by relevance
56 struct const_traits { struct58 typedef typename Alloc::value_type value_type;59 typedef typename boost::allocator_const_pointer<Alloc>::type pointer;60 typedef const value_type& reference;61 typedef typename boost::allocator_size_type<Alloc>::type size_type;62 typedef typename boost::allocator_difference_type<Alloc>::type difference_type;65 typedef nonconst_traits<Alloc> nonconst_self;