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