Public Types | Public Member Functions

mln::fun::v2b::lnot< V > Struct Template Reference

Functor computing logical-not on a value. More...

#include <lnot.hh>

Inheritance diagram for mln::fun::v2b::lnot< V >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2b< void > category
typedef lnot< 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::v2b::lnot< V >

Functor computing logical-not on a value.


Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< lnot< V > >::category [inherited]

Reimplemented from mln::Function_v2v< lnot< V > >.

typedef lnot< V > mln::Object< lnot< V > >::exact_t [inherited]
typedef void mln::Function_v2v< lnot< V > >::mutable_result [inherited]
template<typename V>
typedef V mln::fun::v2b::lnot< V >::result

Reimplemented from mln::Function_v2b< lnot< V > >.


Member Function Documentation

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