34 std::vector<T, typename internal::FastDefaultVectorAllocator<T>::type>;
An easy way to control which allocator is used for Fast* collections.
std::vector< T, typename internal::FastDefaultVectorAllocator< T >::type > FastVector
FastVector is a type alias to a std::vector with a custom memory allocator.
Definition: FastVector.h:34
Global functions in a separate testing namespace.
Definition: chartTesting.h:28