Definition at line 165 of file common.hpp.
#include <mrpt/otherlibs/sophus/common.hpp>
Public Member Functions | |
optional () | |
optional (nullopt_t) | |
optional (T const &type) | |
operator bool () const | |
T const * | operator-> () const |
T * | operator-> () |
T const & | operator* () const |
T & | operator* () |
Private Attributes | |
T | type_ |
bool | is_valid_ |
|
inline |
Definition at line 167 of file common.hpp.
|
inline |
Definition at line 169 of file common.hpp.
|
inline |
Definition at line 171 of file common.hpp.
|
inlineexplicit |
Definition at line 173 of file common.hpp.
|
inline |
Definition at line 185 of file common.hpp.
References SOPHUS_ENSURE.
|
inline |
Definition at line 190 of file common.hpp.
References SOPHUS_ENSURE.
|
inline |
Definition at line 175 of file common.hpp.
References SOPHUS_ENSURE.
|
inline |
Definition at line 180 of file common.hpp.
References SOPHUS_ENSURE.
|
private |
Definition at line 197 of file common.hpp.
|
private |
Definition at line 196 of file common.hpp.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017 |