#include <mln/util/nil.hh>
Public Member Functions |
| | nil () |
| template<typename T > |
| | nil (const T &) |
| template<typename T > |
| | operator T () const |
| template<typename T > |
| nil & | operator= (const T &) |
Detailed Description
Nil structure.
Definition at line 46 of file util/nil.hh.
Constructor & Destructor Documentation
template<typename T >
| mln::util::nil::nil |
( |
const T & |
| ) |
|
Member Function Documentation
template<typename T >
| mln::util::nil::operator T |
( |
| ) |
const |
template<typename T >
| nil& mln::util::nil::operator= |
( |
const T & |
| ) |
|
Member Typedef Documentation