#include "FMath/FMAllocator.h"
#include "FMath/FMSort.h"
Go to the source code of this file.
Namespaces | |
| namespace | fm |
Classes | |
| class | fm::vector< T, PRIMITIVE > |
| A dynamically-sized array. More... | |
Functions | |
| template<class T, bool PRIMITIVE> | |
| bool | IsEquivalent (const fm::vector< T, PRIMITIVE > &dl, const T *cl, size_t count) |
| Returns whether a dynamically-sized array is equivalent to a constant-sized array. | |
| template<class T> | |
| bool | IsEquivalent (const T *al, size_t acount, const T *bl, size_t bcount) |
| Returns whether two constant-sized arrays are equivalent. | |
|
||||||||||||||||||||||||
|
Returns whether two constant-sized arrays are equivalent.
|
|
||||||||||||||||||||
|
Returns whether a dynamically-sized array is equivalent to a constant-sized array.
|
1.4.6-NO