![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Optional.h>
Public Member Functions | |
| constexpr | storage_t (trivial_init_t) noexcept |
| template<class... Args> | |
| constexpr | storage_t (Args &&... args) |
| ~storage_t () | |
Public Attributes | |
| unsigned char | dummy_ |
| T | value_ |
Definition at line 148 of file Optional.h.
|
inlineconstexprnoexcept |
Definition at line 152 of file Optional.h.
|
inlineconstexpr |
Definition at line 155 of file Optional.h.
|
inline |
Definition at line 158 of file Optional.h.
| unsigned char cloudViewer::utility::storage_t< T >::dummy_ |
Definition at line 149 of file Optional.h.
| T cloudViewer::utility::storage_t< T >::value_ |
Definition at line 150 of file Optional.h.