Broom
1.0.0
A thread-local C++ Garbage Collector
Loading...
Searching...
No Matches
include
broom-stack.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stack>
4
5
#include "
broom-deque.h
"
6
7
namespace
broom
{
11
template
<
typename
T>
12
using
stack
= std::stack<T, broom::deque<T>>;
13
}
// namespace broom
broom-deque.h
broom
Definition
allocator-inl.h:9
broom::stack
std::stack< T, broom::deque< T > > stack
Definition
broom-stack.h:12
Generated by
1.9.8