Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::core::SmallVectorStorage< T, 0 > Struct Template Reference

#include <SmallVector.h>

Data Fields

char InlineElts [N *sizeof(T)]

Detailed Description

template<typename T>
struct open3d::core::SmallVectorStorage< T, 0 >

We need the storage to be properly aligned even for small-size of 0 so that the pointer math in SmallVectorTemplateCommon::getFirstEl() is well-defined.

Field Documentation

◆ InlineElts

char open3d::core::SmallVectorStorage< T, N >::InlineElts[N *sizeof(T)]

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