Sunday, December 5, 2010

Template Specialization

allocator<void> is a template specialization that declares fewer functions than allocator<T>. It does not declare the functions allocate() or construct().

No comments:

Post a Comment