memory
set< T, RawAllocator > Class Template Reference

Detailed Description

template<typename T, class RawAllocator>
class foonathan::memory::set< T, RawAllocator >

Alias template for an STL container that uses a certain RawAllocator.

It is just a shorthand for a passing in the RawAllocator wrapped in a foonathan::memory::std_allocator.