CFx SDK Documentation  2023 SP0
Typedefs
IntArray.h File Reference
#include "OdArray.h"

Go to the source code of this file.

Typedefs

typedef OdArray< int, OdMemoryAllocator< int > > OdIntArray
 

Typedef Documentation

◆ OdIntArray

typedef OdArray<int, OdMemoryAllocator<int> > OdIntArray

This template class is a specialization of the OdArray class for int objects.

Definition at line 35 of file IntArray.h.