mn_deleter.hpp
Go to the documentation of this file.
1 
19 #ifndef __MINLIB_DEFAULT_DELETER_H__
20 #define __MINLIB_DEFAULT_DELETER_H__
21 
22 #include "mn_config.hpp"
23 
25 #include "mn_allocator.hpp"
26 
27 #define config_haveDefaultDeleter 1
28 
29 namespace mn {
30  namespace memory {
31  template<typename Type, class TAllocator = default_allocator>
33  }
34 }
35 #endif // __MINLIB_DEFAULT_DELETER_H__
A Simple template for a deleter.
Definition: mn_basic_deleter.hpp:37
This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ).
Definition: mn_allocator_typetraits.hpp:25