Public Types | Public Member Functions

mln::meta::first< T > Struct Template Reference

#include <first.hh>

Inheritance diagram for mln::meta::first< T >:
Inheritance graph

List of all members.

Public Types

typedef F::category category
typedef function< first< T > > F
typedef F::lresult lresult
typedef F::result result
typedef T value

Public Member Functions

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

Detailed Description

template<class T>
struct mln::meta::first< T >

Definition at line 43 of file first.hh.


Member Typedef Documentation

typedef F::category mln::meta::impl< first< T > >::category [inherited]

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

typedef function<first< T > > mln::meta::impl< first< T > >::F [inherited]

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

typedef F::lresult mln::meta::impl< first< T > >::lresult [inherited]

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

typedef F::result mln::meta::impl< first< T > >::result [inherited]

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

template<class T >
typedef T mln::meta::first< T >::value

Reimplemented from mln::meta::impl< first< T > >.

Definition at line 45 of file first.hh.


Member Function Documentation

value& mln::meta::impl< first< T > >::f_1 ( result  v,
value t 
) [inline, inherited]

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

result mln::meta::impl< first< T > >::operator() ( const value t  )  const [inline, inherited]

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