AI_Array.h File Reference
#include "../AI_Global.h"
Go to the source code of this file.
Classes | |
class | AI_Array< TYPE > |
A dynamic array template class, similar to the stl vector class. More... | |
Functions | |
template<class TYPE> | |
bool | operator== (const AI_Array< TYPE > &left, const AI_Array< TYPE > &right) |
Function Documentation
template<class TYPE>
bool operator== | ( | const AI_Array< TYPE > & | left, | |
const AI_Array< TYPE > & | right | |||
) | [inline] |
Compare two arrays.
- Parameters:
-
left left side array right right side array