xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
generic
helpers
allocator.h
Go to the documentation of this file.
1
4
#pragma once
5
#include <memory>
6
8
namespace
xtd
{
10
namespace
collections {
12
namespace
generic {
14
namespace
helpers {
34
template
<
typename
type_t>
35
using
allocator
= std::allocator<type_t>;
36
}
37
}
38
}
39
}
xtd::collections::generic::helpers::allocator
std::allocator< type_t > allocator
Represent an allocator alias.
Definition
allocator.h:35
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Thu Oct 17 2024 19:46:47 for xtd by
Gammasoft
. All rights reserved.