Public Types | Public Member Functions

mln::fun::v2v::wrap< L > Struct Template Reference

#include <wrap.hh>

Inheritance diagram for mln::fun::v2v::wrap< L >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef wrap< L > exact_t
typedef void mutable_result
typedef L result

Public Member Functions

template<typename L_ >
operator() (const L_ &l_) const

Detailed Description

template<typename L>
struct mln::fun::v2v::wrap< L >

Definition at line 51 of file fun/v2v/wrap.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< wrap< L > >::category [inherited]

Reimplemented from mln::Function< wrap< L > >.

Definition at line 126 of file function.hh.

typedef wrap< L > mln::Object< wrap< L > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< wrap< L > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename L >
typedef L mln::fun::v2v::wrap< L >::result

Definition at line 55 of file fun/v2v/wrap.hh.


Member Function Documentation

template<typename L >
template<typename L_ >
L wrap::operator() ( const L_ &  l_  )  const [inline]

Definition at line 69 of file fun/v2v/wrap.hh.