Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Option< T > Struct Template Reference
Inheritance diagram for Option< T >:

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 107 of file mconvert.cc.


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