Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp131 struct allocator_traits struct
134 typedef Allocator allocator_type;
136 typedef typename allocator_type::value_type value_type;
141 typedef unspecified pointer;
144 typedef see_documentation const_pointer;
147 typedef see_documentation reference;
150 typedef see_documentation const_reference;
153 typedef see_documentation void_pointer;
156 typedef see_documentation const_void_pointer;
159 typedef see_documentation difference_type;
[all …]