CACAO
Public Types
cacao::jit::compiler2::alloc::stack< T, Container > Struct Template Reference

Public Types

typedef std::stack< T, Container > type
 

Detailed Description

template<class T, class Container = typename alloc::deque<T>::type>
struct cacao::jit::compiler2::alloc::stack< T, Container >

Definition at line 37 of file stack.hpp.

Member Typedef Documentation

template<class T , class Container = typename alloc::deque<T>::type>
typedef std::stack<T,Container> cacao::jit::compiler2::alloc::stack< T, Container >::type

Definition at line 38 of file stack.hpp.


The documentation for this struct was generated from the following file: