Open3D (C++ API)  0.18.0+5c982c7
Data Fields
open3d::core::SmallVectorAlignmentAndSize< T, typename > Struct Template Reference

Figure out the offset of the first element. More...

#include <SmallVector.h>

Data Fields

char Base [sizeof(SmallVectorBase< SmallVectorSizeType< T >>)]
 
char FirstEl [sizeof(T)]
 

Detailed Description

template<class T, typename = void>
struct open3d::core::SmallVectorAlignmentAndSize< T, typename >

Figure out the offset of the first element.

Field Documentation

◆ Base

template<class T , typename = void>
char open3d::core::SmallVectorAlignmentAndSize< T, typename >::Base[sizeof( SmallVectorBase< SmallVectorSizeType< T >>)]

◆ FirstEl

template<class T , typename = void>
char open3d::core::SmallVectorAlignmentAndSize< T, typename >::FirstEl[sizeof(T)]

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