Public Types | Public Member Functions

mln::fun::v2i::index_of_value< T > Struct Template Reference

#include <index_of_value.hh>

Inheritance diagram for mln::fun::v2i::index_of_value< T >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef index_of_value< Texact_t
typedef void mutable_result
typedef unsigned result

Public Member Functions

unsigned operator() (const T &v) const

Detailed Description

template<typename T>
struct mln::fun::v2i::index_of_value< T >

Definition at line 47 of file index_of_value.hh.


Member Typedef Documentation

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

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

Definition at line 126 of file function.hh.

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

Definition at line 173 of file object.hh.

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

Definition at line 127 of file function.hh.

template<typename T>
typedef unsigned mln::fun::v2i::index_of_value< T >::result

Definition at line 50 of file index_of_value.hh.


Member Function Documentation

template<typename T >
unsigned mln::fun::v2i::index_of_value< T >::operator() ( const T v  )  const [inline]

Definition at line 71 of file index_of_value.hh.

References mln::fun::T.