ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::utility::constexpr_storage_t< T > Union Template Reference

#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_
 
value_
 

Detailed Description

template<class T>
union cloudViewer::utility::constexpr_storage_t< T >

Definition at line 162 of file Optional.h.

Constructor & Destructor Documentation

◆ constexpr_storage_t() [1/2]

template<class T >
constexpr cloudViewer::utility::constexpr_storage_t< T >::constexpr_storage_t ( trivial_init_t  )
inlineconstexprnoexcept

Definition at line 166 of file Optional.h.

◆ constexpr_storage_t() [2/2]

template<class T >
template<class... Args>
constexpr cloudViewer::utility::constexpr_storage_t< T >::constexpr_storage_t ( Args &&...  args)
inlineconstexpr

Definition at line 169 of file Optional.h.

◆ ~constexpr_storage_t()

template<class T >
cloudViewer::utility::constexpr_storage_t< T >::~constexpr_storage_t ( )
default

Member Data Documentation

◆ dummy_

template<class T >
unsigned char cloudViewer::utility::constexpr_storage_t< T >::dummy_

Definition at line 163 of file Optional.h.

◆ value_

template<class T >
T cloudViewer::utility::constexpr_storage_t< T >::value_

Definition at line 164 of file Optional.h.


The documentation for this union was generated from the following file: