Home | History | Annotate | Download | only in aux_

Lines Matching refs:index_

36     typedef typename Base::upper_bound_ index_;
37 typedef typename next<index_>::type upper_bound_;
44 static aux::type_wrapper<T> item_(index_);
55 typedef typename prior<typename Base::lower_bound_>::type index_;
56 typedef index_ lower_bound_;
61 static aux::type_wrapper<T> item_(index_);
73 typedef typename prior<typename Base::upper_bound_>::type index_;
74 typedef index_ upper_bound_;
79 static aux::type_wrapper<void_> item_(index_);
89 typedef typename Base::lower_bound_ index_;
90 typedef typename next<index_>::type lower_bound_;
95 static aux::type_wrapper<void_> item_(index_);