Honeycomb  0.1
Component-Model Framework
Public Types | List of all members
honey::DefaultAllocator< T, class > Struct Template Reference

Returns T::Allocator<T> if available, otherwise std::allocator<T> More...

#include <Allocator.h>

Public Types

typedef std::allocator< T > type
 

Detailed Description

template<class T, class = std::true_type>
struct honey::DefaultAllocator< T, class >

Returns T::Allocator<T> if available, otherwise std::allocator<T>

Member Typedef Documentation

template<class T, class = std::true_type>
typedef std::allocator<T> honey::DefaultAllocator< T, class >::type

The documentation for this struct was generated from the following file: