Public Types | Public Member Functions

mln::meta::impl< M > Struct Template Reference

#include <impl.hh>

Inheritance diagram for mln::meta::impl< M >:
Inheritance graph

List of all members.

Public Types

typedef F::category category
typedef function< M > F
typedef F::lresult lresult
typedef F::result result
typedef F::value value

Public Member Functions

valuef_1 (result v, value &t)
result operator() (const value &t) const

Detailed Description

template<class M>
struct mln::meta::impl< M >

Definition at line 50 of file fun/meta/impl.hh.


Member Typedef Documentation

template<class M>
typedef F::category mln::meta::impl< M >::category

Definition at line 57 of file fun/meta/impl.hh.

template<class M>
typedef function<M> mln::meta::impl< M >::F

Definition at line 53 of file fun/meta/impl.hh.

template<class M>
typedef F::lresult mln::meta::impl< M >::lresult

Definition at line 56 of file fun/meta/impl.hh.

template<class M>
typedef F::result mln::meta::impl< M >::result

Definition at line 55 of file fun/meta/impl.hh.

template<class M>
typedef F::value mln::meta::impl< M >::value

Member Function Documentation

template<class M>
value& mln::meta::impl< M >::f_1 ( result  v,
value t 
) [inline]

Definition at line 67 of file fun/meta/impl.hh.

template<class M>
result mln::meta::impl< M >::operator() ( const value t  )  const [inline]

Definition at line 60 of file fun/meta/impl.hh.