Home
last modified time | relevance | path

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

/third_party/boost/libs/unordered/test/objects/
Dcxx11_allocator.hpp150 template <typename T> struct cxx11_allocator_base struct
152 int tag_;
153 int selected_;
155 typedef std::size_t size_type;
156 typedef std::ptrdiff_t difference_type;
157 typedef T* pointer;
158 typedef T const* const_pointer;
159 typedef T& reference;
160 typedef T const& const_reference;
161 typedef T value_type;
[all …]