Public Types

mln::internal::accu_with_helper< A, T > Struct Template Reference

Make the type resolution easier for the compiler. More...

#include <meta_accumulator.hh>

List of all members.

Public Types

typedef A::template with< T >::ret ret

Detailed Description

template<typename A, typename T>
struct mln::internal::accu_with_helper< A, T >

Make the type resolution easier for the compiler.

Introduced for ICC compatibility.

Definition at line 79 of file meta_accumulator.hh.


Member Typedef Documentation

template<typename A , typename T >
typedef A::template with< T >::ret mln::internal::accu_with_helper< A, T >::ret

Definition at line 81 of file meta_accumulator.hh.