Public Types | Public Member Functions

mln::math::round< R > Struct Template Reference

#include <round.hh>

Inheritance diagram for mln::math::round< R >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef round< R > exact_t
typedef void mutable_result
typedef R result

Public Member Functions

template<typename T >
result operator() (const T &v) const

Detailed Description

template<typename R>
struct mln::math::round< R >

Definition at line 47 of file round.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< round< R > >::category [inherited]

Reimplemented from mln::Function< round< R > >.

Definition at line 126 of file function.hh.

typedef round< R > mln::Object< round< R > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< round< R > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename R>
typedef R mln::math::round< R >::result

Definition at line 49 of file round.hh.


Member Function Documentation

template<typename R >
template<typename T >
R mln::math::round< R >::operator() ( const T &  v  )  const [inline]

Definition at line 62 of file round.hh.