xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
generic
helpers
allocator.hpp
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
{
16
37
template
<
typename
type_t>
38
using
allocator
= std::allocator<type_t>;
40
}
41
}
42
}
43
}
xtd::collections::generic::helpers::allocator
std::allocator< type_t > allocator
Represent an allocator alias.
Definition
allocator.hpp:38
xtd::collections::generic::helpers
The xtd::collections::generic::helpers namespace contains helpers for generic collections,...
Definition
allocator.hpp:14
xtd::collections::generic
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition
comparer.hpp:16
xtd::collections
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition
any_pair.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.