mln::fun::p2b::tautology Struct Reference

A p2b function always returning true. More...

#include <tautology.hh>

Inheritance diagram for mln::fun::p2b::tautology:
Inheritance graph

List of all members.


Detailed Description

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 50 of file tautology.hh.