c++ Programming Glossary: stack_allocator
Can I assume allocators don't hold their memory pool directly (and can therefore be copied)? http://stackoverflow.com/questions/11703643/can-i-assume-allocators-dont-hold-their-memory-pool-directly-and-can-therefore else operator delete p template class T std size_t N class stack_allocator arena N a_ public typedef T value_type public template class.. T value_type public template class U struct rebind typedef stack_allocator U N other explicit stack_allocator arena N a a_ a template class.. U struct rebind typedef stack_allocator U N other explicit stack_allocator arena N a a_ a template class U stack_allocator const stack_allocator..
|