Public Types | Public Member Functions

mln::fun::vv2v::vec< V > Struct Template Reference

A functor computing the vecimum of two values. More...

#include <vec.hh>

Inheritance diagram for mln::fun::vv2v::vec< V >:
Inheritance graph

List of all members.

Public Types

typedef Function_vv2v< void > category
typedef vec< V > exact_t
typedef algebra::vec< 2, V > result

Public Member Functions

algebra::vec< 2, V > operator() (const V &v1, const V &v2) const

Detailed Description

template<typename V>
struct mln::fun::vv2v::vec< V >

A functor computing the vecimum of two values.


Member Typedef Documentation

typedef Function_vv2v<void> mln::Function_vv2v< vec< V > >::category [inherited]

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

typedef vec< V > mln::Object< vec< V > >::exact_t [inherited]
template<typename V>
typedef algebra::vec<2,V> mln::fun::vv2v::vec< V >::result

Member Function Documentation

template<typename V >
algebra::vec< 2, V > mln::fun::vv2v::vec< V >::operator() ( const V &  v1,
const V &  v2 
) const [inline]