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
4
namespace
Xped
{
5
6
struct
HeapPolicy
7
{
8
template
<
typename
T>
9
using
Allocator
= std::allocator<T>;
10
};
11
12
}
// namespace Xped
13
#endif
Xped
Definition:
bench.cpp:62
Xped::HeapPolicy
Definition:
HeapPolicy.hpp:7
Xped::HeapPolicy::Allocator
std::allocator< T > Allocator
Definition:
HeapPolicy.hpp:9
include
Xped
Core
allocators
HeapPolicy.hpp
Generated by
1.9.6