Home
last modified time | relevance | path

Searched defs:random_it (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/intrusive/test/
Dsmart_ptr.hpp39 struct random_it struct
42 typedef const T* const_pointer;
43 typedef const T& const_reference;
46 template<> struct random_it<void> struct
48 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 …]