Classes | Public Types

mln::accu::meta::tuple< n, > Struct Template Reference

Meta accumulator for tuple. More...

#include <tuple.hh>

Inheritance diagram for mln::accu::meta::tuple< n, >:
Inheritance graph

List of all members.

Classes

struct  with

Public Types

typedef Meta_Accumulator< void > category
typedef tuple< n,
BOOST_PP_ENUM_PARAMS(10, T)> 
exact_t

Detailed Description

template<unsigned n, BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(10, typename T, boost::tuples::null_type)>
struct mln::accu::meta::tuple< n, >

Meta accumulator for tuple.

Definition at line 111 of file tuple.hh.


Member Typedef Documentation

typedef Meta_Accumulator<void> mln::Meta_Accumulator< tuple< n, BOOST_PP_ENUM_PARAMS(10, T)> >::category [inherited]

Reimplemented from mln::Object< tuple< n, BOOST_PP_ENUM_PARAMS(10, T)> >.

Definition at line 105 of file meta_accumulator.hh.

typedef tuple< n, BOOST_PP_ENUM_PARAMS(10, T)> mln::Object< tuple< n, BOOST_PP_ENUM_PARAMS(10, T)> >::exact_t [inherited]

Definition at line 173 of file object.hh.