Semantically equivalent to boost::optional<EdgeHandle>
More...
#include <Handles.hpp>
Additional Inherited Members | |
Public Member Functions inherited from lvr2::BaseOptionalHandle< Index, EdgeHandle > | |
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) |
EdgeHandle | unwrap () const |
Extracts the handle. If this doesn't hold a handle (is "None"), this method panics. More... | |
Semantically equivalent to boost::optional<EdgeHandle>
Definition at line 164 of file Handles.hpp.