Semantically equivalent to boost::optional<VertexHandle>  
 More...
#include <Handles.hpp>

| Additional Inherited Members | |
|  Public Member Functions inherited from lvr2::BaseOptionalHandle< Index, VertexHandle > | |
| BaseOptionalHandle () | |
| BaseOptionalHandle (BaseHandle< Index > handle) | |
| BaseOptionalHandle (boost::optional< BaseHandle< Index >> handle) | |
| BaseOptionalHandle (Index idx) | |
| operator bool () const | |
| bool | operator! () const | 
| bool | operator!= (const BaseOptionalHandle &other) const | 
| bool | operator== (const BaseOptionalHandle &other) const | 
| void | setIdx (Index idx) | 
| VertexHandle | unwrap () const | 
| Extracts the handle. If thisdoesn't hold a handle (is "None"), this method panics.  More... | |
Semantically equivalent to boost::optional<VertexHandle> 
Definition at line 176 of file Handles.hpp.