Public Types

mln::internal::meta_accu_ret_result_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::result 
result

Detailed Description

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

Make the type resolution easier for the compiler.

Introduced for ICC compatibility.

Definition at line 69 of file meta_accumulator.hh.


Member Typedef Documentation

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

Definition at line 71 of file meta_accumulator.hh.