Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Structures
NCollection_LocalArray.hxx File Reference
#include <Standard.hxx>
#include <Standard_TypeDef.hxx>
#include <cstring>
#include <algorithm>
#include <type_traits>
#include <utility>

Data Structures

class  NCollection_LocalArray< theItem, MAX_ARRAY_SIZE >
 Auxiliary class optimizing creation of array buffer (using stack allocation for small arrays). More...
 
struct  NCollection_LocalArray< theItem, MAX_ARRAY_SIZE >::InlineStorageTrivial
 Inline storage for trivial types: typed array with direct element access. More...
 
struct  NCollection_LocalArray< theItem, MAX_ARRAY_SIZE >::InlineStorageNonTrivial
 Inline storage for non-trivial types: raw aligned bytes for placement new. More...