Mini Thread 2.28.x
Menu
Start
Class List
Class Hierarchy
Members
Namespace List
Files
Pages
Links
Github
Platformio
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
24
#include "
allocator/mn_basic_deleter.hpp
"
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>
32
using
default_delete
=
basic_deleter<Type, TAllocator>
;
33
}
34
}
35
#endif
// __MINLIB_DEFAULT_DELETER_H__
mn::memory::basic_deleter
A Simple template for a deleter.
Definition:
mn_basic_deleter.hpp:37
mn_allocator.hpp
This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ).
mn_basic_deleter.hpp
mn_config.hpp
mn
Definition:
mn_allocator_typetraits.hpp:25