memory
string< RawAllocator > Class Template Reference

Detailed Description

template<class RawAllocator>
class foonathan::memory::string< 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.