Meta-function to get the default allocator for a particular feature type. More...
#include <feature_allocator.h>
| Public Types | |
| typedef std::allocator< Feature > | type | 
Meta-function to get the default allocator for a particular feature type.
Defaults to std::allocator<Feature>. 
Definition at line 15 of file feature_allocator.h.
| typedef std::allocator<Feature> vt::DefaultAllocator< Feature >::type | 
Definition at line 17 of file feature_allocator.h.