Public Types | Public Member Functions

Option< T > Struct Template Reference

List of all members.

Public Types

typedef std::pair< T, bool > Base

Public Member Functions

bool is_valid () const
bool is_empty () const
 operator T & ()
 operator const T & () const
Optionoperator= (const T &_rhs)
bool operator== (const T &_rhs) const
bool operator!= (const T &_rhs) const

Detailed Description

template<typename T>
struct Option< T >

Definition at line 100 of file mconvert.cc.


The documentation for this struct was generated from the following file: