Open3D (C++ API)
0.19.0
|
#include <SmallVector.h>
Data Fields | |
char | InlineElts [N *sizeof(T)] |
Storage for the SmallVector elements. This is specialized for the N=0 case to avoid allocating unnecessary storage.
char open3d::core::SmallVectorStorage< T, N >::InlineElts[N *sizeof(T)] |