memory
is_composable_allocator< T > Struct Template Reference

Detailed Description

template<typename T>
struct foonathan::memory::is_composable_allocator< T >

Traits that check whether a type models concept ComposableAllocator.


It must be a RawAllocator and either provide the necessary functions for the default traits specialization or has specialized it.