Xped
Loading...
Searching...
No Matches
HeapPolicy.hpp
Go to the documentation of this file.
1#ifndef XPED_HEAP_POLICY_HPP_
2#define XPED_HEAP_POLICY_HPP_
3
4namespace Xped {
5
7{
8 template <typename T>
9 using Allocator = std::allocator<T>;
10};
11
12} // namespace Xped
13#endif
Definition: bench.cpp:62
Definition: HeapPolicy.hpp:7
std::allocator< T > Allocator
Definition: HeapPolicy.hpp:9