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

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

Public Member Functions

 all_to (T t)
template<typename U >
T operator() (const U &) const

Public Types

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

Detailed Description

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

Definition at line 46 of file all_to.hh.

Constructor & Destructor Documentation

template<typename T>
mln::fun::i2v::all_to< T >::all_to ( T  t)

Member Function Documentation

template<typename T>
template<typename U >
T mln::fun::i2v::all_to< T >::operator() ( const U &  ) const

Member Typedef Documentation

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

Definition at line 134 of file function.hh.

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

Definition at line 105 of file object.hh.

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

Definition at line 135 of file function.hh.

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

Definition at line 48 of file all_to.hh.