Searched defs:random_it (Results 1 – 1 of 1) sorted by relevance
39 struct random_it struct42 typedef const T* const_pointer;43 typedef const T& const_reference;46 template<> struct random_it<void> struct48 typedef const void * const_pointer;49 typedef empty_type& reference;50 typedef const empty_type& const_reference;51 typedef empty_type difference_type;52 typedef empty_type iterator_category;55 template<> struct random_it<const void> struct[all …]