Nil structure. More...
#include <nil.hh>

Public Types | |
| typedef Object< void > | category |
| typedef nil | exact_t |
Public Member Functions | |
| nil () | |
| template<typename T > | |
| nil (const T &) | |
| template<typename T > | |
| operator T () const | |
| template<typename T > | |
| nil & | operator= (const T &) |
Nil structure.
Definition at line 46 of file util/nil.hh.
typedef Object<void> mln::Object< nil >::category [inherited] |
Reimplemented in mln::Meta_Accumulator< nil >.
| mln::util::nil::nil | ( | ) | [inline] |
Definition at line 69 of file util/nil.hh.
| mln::util::nil::nil | ( | const T & | ) | [inline] |
Definition at line 75 of file util/nil.hh.
| mln::util::nil::operator T | ( | ) | const [inline] |
Definition at line 89 of file util/nil.hh.
| nil & mln::util::nil::operator= | ( | const T & | ) | [inline] |
Definition at line 82 of file util/nil.hh.
1.7.1