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