Home
last modified time | relevance | path

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

/third_party/boost/libs/multi_index/test/
Dnon_std_allocator.hpp99 class non_std_allocator class
113 non_std_allocator(int id_=0):id(id_){} in non_std_allocator() function in non_std_allocator
114 non_std_allocator(const non_std_allocator<T>& x):id(x.id){} in non_std_allocator() function in non_std_allocator
115 template<class U>non_std_allocator(const non_std_allocator<U>& x,int=0): in non_std_allocator() function in non_std_allocator