$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::vv2v::min< L, R > Struct Template Reference

#include <mln/fun/vv2v/min.hh>

Public Member Functions

operator() (const L &v1, const R &v2) const

Public Types

typedef Function_vv2v< void > category
typedef min< L, R > exact_t
typedef L result

Detailed Description

template<typename L, typename R = L>
struct mln::fun::vv2v::min< L, R >

A functor computing the minimum of two values.

Definition at line 50 of file fun/vv2v/min.hh.

Member Function Documentation

template<typename L, typename R = L>
L mln::fun::vv2v::min< L, R >::operator() ( const L &  v1,
const R &  v2 
) const

Member Typedef Documentation

typedef Function_vv2v<void> mln::Function_vv2v< min< L, R > >::category
inherited

Definition at line 191 of file function.hh.

typedef min< L, R > mln::Object< min< L, R > >::exact_t
inherited

Definition at line 105 of file object.hh.

template<typename L, typename R = L>
typedef L mln::fun::vv2v::min< L, R >::result

Definition at line 53 of file fun/vv2v/min.hh.