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

#include <SmallVector.h>

Inheritance diagram for open3d::core::SmallVectorStorage< T, N >:
open3d::core::SmallVector< int64_t, 4 > open3d::core::SmallVector< utility::optional< int64_t >, 4 > open3d::core::SizeVector open3d::core::DynamicSizeVector

Data Fields

char InlineElts [N *sizeof(T)]
 

Detailed Description

template<typename T, unsigned N>
struct open3d::core::SmallVectorStorage< T, N >

Storage for the SmallVector elements. This is specialized for the N=0 case to avoid allocating unnecessary storage.

Field Documentation

◆ InlineElts

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

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