Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions | Data Fields
open3d::utility::storage_t< T > Union Template Reference

#include <Optional.h>

Public Member Functions

constexpr storage_t (trivial_init_t) noexcept
 
template<class... Args>
constexpr storage_t (Args &&... args)
 
 ~storage_t ()
 

Data Fields

unsigned char dummy_
 
value_
 

Constructor & Destructor Documentation

◆ storage_t() [1/2]

template<class T >
constexpr open3d::utility::storage_t< T >::storage_t ( trivial_init_t  )
inlineconstexprnoexcept

◆ storage_t() [2/2]

template<class T >
template<class... Args>
constexpr open3d::utility::storage_t< T >::storage_t ( Args &&...  args)
inlineconstexpr

◆ ~storage_t()

template<class T >
open3d::utility::storage_t< T >::~storage_t ( )
inline

Field Documentation

◆ dummy_

template<class T >
unsigned char open3d::utility::storage_t< T >::dummy_

◆ value_

template<class T >
T open3d::utility::storage_t< T >::value_

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