xtd 0.2.0
allocator.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <memory>
6
8namespace xtd {
10 namespace collections {
12 namespace generic {
14 namespace helpers {
16
37 template<class type_t>
38 using allocator = std::allocator<type_t>;
40 }
41 }
42 }
43}
std::allocator< type_t > allocator
Represent an allocator alias.
Definition allocator.hpp:38
The xtd::collections::generic::helpers namespace contains helpers for generic collections,...
Definition allocator.hpp:14
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:16
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8