Home
last modified time | relevance | path

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

/third_party/boost/boost/container/
Dnew_allocator.hpp45 class new_allocator<void> class
67 new_allocator() BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() function in boost::container::new_allocator
72 new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() argument
77 new_allocator& operator=(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator =()
85 new_allocator(const new_allocator<T2> &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() function in boost::container::new_allocator
90 friend void swap(new_allocator &, new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in swap() argument
95 friend bool operator==(const new_allocator &, const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator ==()
100 friend bool operator!=(const new_allocator &, const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator !=()
107 class new_allocator class
132 new_allocator() BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() function in boost::container::new_allocator
[all …]