Broom 1.0.0
A thread-local C++ Garbage Collector
Loading...
Searching...
No Matches
Namespaces | Typedefs
broom-stack.h File Reference
#include <stack>
#include "broom-deque.h"
Include dependency graph for broom-stack.h:

Go to the source code of this file.

Namespaces

namespace  broom
 

Typedefs

template<typename T >
using broom::stack = std::stack< T, broom::deque< T > >