Public Types | Static Public Member Functions

mln::fun::access::internal::method_mean< T > Struct Template Reference

#include <mean.hh>

Inheritance diagram for mln::fun::access::internal::method_mean< T >:
Inheritance graph

List of all members.

Public Types

typedef T argument
typedef T::mean_t result
typedef method_mean ret

Static Public Member Functions

static result read (const argument &x)

Detailed Description

template<typename T>
struct mln::fun::access::internal::method_mean< T >

Definition at line 50 of file fun/access/mean.hh.


Member Typedef Documentation

template<typename T>
typedef T mln::fun::access::internal::method_mean< T >::argument

Definition at line 55 of file fun/access/mean.hh.

template<typename T>
typedef T::mean_t mln::fun::access::internal::method_mean< T >::result

Definition at line 54 of file fun/access/mean.hh.

template<typename T>
typedef method_mean mln::fun::access::internal::method_mean< T >::ret

Definition at line 52 of file fun/access/mean.hh.


Member Function Documentation

template<typename T>
static result mln::fun::access::internal::method_mean< T >::read ( const argument x  )  [inline, static]

Definition at line 57 of file fun/access/mean.hh.