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

Go to the source code of this file.

Typedefs

typedef bool OdBool
 
typedef OdArray< OdBool, OdMemoryAllocator< OdBool > > OdBoolArray
 

Typedef Documentation

◆ OdBool

typedef bool OdBool

Definition at line 31 of file BoolArray.h.

◆ OdBoolArray

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

Definition at line 36 of file BoolArray.h.