$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::i2v::value_at_index< T > Struct Template Reference

#include <mln/fun/i2v/value_at_index.hh>

Public Member Functions

T operator() (unsigned i) const

Public Types

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

Detailed Description

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

Definition at line 47 of file value_at_index.hh.

Member Function Documentation

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

Member Typedef Documentation

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

Definition at line 134 of file function.hh.

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

Definition at line 105 of file object.hh.

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

Definition at line 135 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.