StaticSizedAllocator< Size, Precision > Class Template Reference
[TooN internals]
This allocator object sets aside memory for a statically sized object. It will put all the data on the stack if there are less then TooN::max_bytes_on_stack of data, otherwise it will use new/delete.
More...
#include <allocator.hh>
Detailed Description
template<int Size, class Precision>
class TooN::Internal::StaticSizedAllocator< Size, Precision >
This allocator object sets aside memory for a statically sized object. It will put all the data on the stack if there are less then TooN::max_bytes_on_stack of data, otherwise it will use new/delete.
For internal use only.