$extrastylesheet
#include <mln/fun/p2b/antilogy.hh>
Public Member Functions | |
| template<typename P > | |
| bool | operator() (const P &p) const |
Public Types | |
| typedef Function_v2b< void > | category |
| typedef antilogy | exact_t |
| typedef void | mutable_result |
| typedef bool | result |
A p2b function always returning false.
A simpler name would be `false', but this is not a valid C++ identifier, as false is a keyword of the language.
Definition at line 49 of file antilogy.hh.
| bool mln::fun::p2b::antilogy::operator() | ( | const P & | p | ) | const |
|
inherited |
Definition at line 162 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
| typedef bool mln::fun::p2b::antilogy::result |
Definition at line 51 of file antilogy.hh.