Classes | Public Types

mln::accu::meta::pair< A1, A2 > Struct Template Reference

Meta accumulator for pair. More...

#include <pair.hh>

Inheritance diagram for mln::accu::meta::pair< A1, A2 >:
Inheritance graph

List of all members.

Classes

struct  with

Public Types

typedef Meta_Accumulator< void > category
typedef pair< A1, A2 > exact_t

Detailed Description

template<typename A1, typename A2>
struct mln::accu::meta::pair< A1, A2 >

Meta accumulator for pair.

Definition at line 110 of file pair.hh.


Member Typedef Documentation

typedef Meta_Accumulator<void> mln::Meta_Accumulator< pair< A1, A2 > >::category [inherited]

Reimplemented from mln::Object< pair< A1, A2 > >.

Definition at line 105 of file meta_accumulator.hh.

typedef pair< A1, A2 > mln::Object< pair< A1, A2 > >::exact_t [inherited]

Definition at line 173 of file object.hh.