Public Types | Public Member Functions

mln::fun::v2v::abs< V > Struct Template Reference

#include <abs.hh>

Inheritance diagram for mln::fun::v2v::abs< V >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef abs< V > exact_t
typedef void mutable_result
typedef V result

Public Member Functions

operator() (const V &v) const

Detailed Description

template<typename V>
struct mln::fun::v2v::abs< V >

Definition at line 50 of file fun/v2v/abs.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< abs< V > >::category [inherited]

Reimplemented from mln::Function< abs< V > >.

Definition at line 126 of file function.hh.

typedef abs< V > mln::Object< abs< V > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< abs< V > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename V >
typedef V mln::fun::v2v::abs< V >::result

Definition at line 52 of file fun/v2v/abs.hh.


Member Function Documentation

template<typename V >
V mln::fun::v2v::abs< V >::operator() ( const V &  v  )  const [inline]

Definition at line 62 of file fun/v2v/abs.hh.

References mln::math::abs().