|
UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
|
Public Member Functions | |
| proxy_arrow_result (T &&value) noexcept(noexcept(T(std::move(value)))) | |
| proxy_arrow_result (T const &value) noexcept(noexcept(T(value))) | |
| constexpr T const * | operator-> () const noexcept |
| constexpr T * | operator-> () noexcept |
Definition at line 50 of file proxy_arrow_result.hpp.
|
inlinenoexcept |
Definition at line 51 of file proxy_arrow_result.hpp.
|
inlinenoexcept |
Definition at line 53 of file proxy_arrow_result.hpp.
|
inlineconstexprnoexcept |
Definition at line 60 of file proxy_arrow_result.hpp.
|
inlineconstexprnoexcept |
Definition at line 58 of file proxy_arrow_result.hpp.