Public Types

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

#include <pair.hh>

List of all members.

Public Types

typedef A1::template with< T >::ret A1_T
typedef A2::template with< T >::ret A2_T
typedef accu::pair< A1_T, A2_T, T > ret

Detailed Description

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

Definition at line 113 of file pair.hh.


Member Typedef Documentation

template<typename A1 , typename A2 >
template<typename T >
typedef A1 ::template with< T >::ret mln::accu::meta::pair< A1, A2 >::with< T >::A1_T

Definition at line 115 of file pair.hh.

template<typename A1 , typename A2 >
template<typename T >
typedef A2 ::template with< T >::ret mln::accu::meta::pair< A1, A2 >::with< T >::A2_T

Definition at line 116 of file pair.hh.

template<typename A1 , typename A2 >
template<typename T >
typedef accu::pair<A1_T, A2_T, T> mln::accu::meta::pair< A1, A2 >::with< T >::ret

Definition at line 117 of file pair.hh.