implementation of seq_traits More...
implementation of seq_traits
Definition at line 54 of file create_vmpl_sequence.hpp.
#include <variadic_to_vmpl.hpp>
Public Types | |
| 
typedef boost::mpl::begin< Seq > ::type  | first_ | 
| 
typedef boost::mpl::end< Seq > ::type  | last_ | 
| 
typedef exit_impl< first_,  last_ >::type  | exit_ | 
| 
typedef boost::mpl::begin< Seq > ::type  | first_ | 
| first element  | |
| 
typedef boost::mpl::end< Seq > ::type  | last_ | 
| Last element.  | |
| 
typedef exit_impl< first_,  last_ >::type  | exit_ | 
| exit condition (first == last)  | |