$extrastylesheet
#include <mln/fun/v2b/lnot.hh>
Public Member Functions | |
V | operator() (const V &v) const |
Public Types | |
typedef Function_v2b< void > | category |
typedef lnot< V > | exact_t |
typedef void | mutable_result |
typedef V | result |
Functor computing logical-not on a value.
V mln::fun::v2b::lnot< V >::operator() | ( | const V & | v | ) | const |
|
inherited |
Definition at line 162 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef V mln::fun::v2b::lnot< V >::result |