xtd 0.2.0
Loading...
Searching...
No Matches
allocator.h
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 {
34 template<typename type_t>
35 using allocator = std::allocator<type_t>;
36 }
37 }
38 }
39}
std::allocator< type_t > allocator
Represent an allocator alias.
Definition allocator.h:35
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10