Public Types | Public Member Functions

mln::fun::i2v::value_at_index< T > Struct Template Reference

#include <value_at_index.hh>

Inheritance diagram for mln::fun::i2v::value_at_index< T >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef value_at_index< Texact_t
typedef void mutable_result
typedef T result

Public Member Functions

T operator() (unsigned i) const

Detailed Description

template<typename T>
struct mln::fun::i2v::value_at_index< T >

Definition at line 47 of file value_at_index.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< value_at_index< T > >::category [inherited]

Reimplemented from mln::Function< value_at_index< T > >.

Definition at line 126 of file function.hh.

typedef value_at_index< T > mln::Object< value_at_index< T > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< value_at_index< T > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename T >
typedef T mln::fun::i2v::value_at_index< T >::result

Definition at line 50 of file value_at_index.hh.


Member Function Documentation

template<typename T >
T mln::fun::i2v::value_at_index< T >::operator() ( unsigned  i  )  const [inline]

Definition at line 67 of file value_at_index.hh.

References mln::fun::T.