KTL
type_allocator_fwd.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace ktl
4 {
5  // Wrapper class for making allocator typed
6  template<typename T, typename Alloc>
7  class type_allocator;
8 }
Definition: cascading.h:15