$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::p2b::antilogy Struct Reference

#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

Detailed Description

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.

Member Function Documentation

template<typename P >
bool mln::fun::p2b::antilogy::operator() ( const P &  p) const

Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< antilogy >::category
inherited

Definition at line 162 of file function.hh.

typedef antilogy mln::Object< antilogy >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< antilogy >::mutable_result
inherited

Definition at line 135 of file function.hh.

Definition at line 51 of file antilogy.hh.