![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Optional.h>
Public Member Functions | |
| constexpr | constexpr_storage_t (trivial_init_t) noexcept |
| template<class... Args> | |
| constexpr | constexpr_storage_t (Args &&... args) |
| ~constexpr_storage_t ()=default | |
Public Attributes | |
| unsigned char | dummy_ |
| T | value_ |
Definition at line 162 of file Optional.h.
|
inlineconstexprnoexcept |
Definition at line 166 of file Optional.h.
|
inlineconstexpr |
Definition at line 169 of file Optional.h.
|
default |
| unsigned char cloudViewer::utility::constexpr_storage_t< T >::dummy_ |
Definition at line 163 of file Optional.h.
| T cloudViewer::utility::constexpr_storage_t< T >::value_ |
Definition at line 164 of file Optional.h.