Loading [MathJax]/extensions/tex2jax.js
NiHu  2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Implementation of tmp::stack. More...

#include "integer.hpp"
#include "sequence.hpp"
Include dependency graph for stack.hpp:

Go to the source code of this file.

Classes

struct  tmp::stack_iterator< Seq >
 the stack iterator type used by tmp::begin, tmp::end and tmp::deref More...
 
struct  tmp::next< stack_iterator< Seq > >
 increment a stack iterator More...
 
struct  tmp::deref< stack_iterator< Seq > >
 specialisation of metafunction tmp::deref for the stack iterator More...
 

Namespaces

 tmp
 template metaprogramming functions
 

Typedefs

typedef internal::stack_impl< none, none > tmp::empty_stack
 an empty stack
 

Detailed Description

Implementation of tmp::stack.

Definition in file stack.hpp.