Go to the source code of this file.
Classes | |
class | vector< T > |
A dynamically-sized array. More... | |
Functions | |
template<typename T> | |
bool | IsEquivalent (const vector< T > &dl, const T *cl, size_t count) |
Returns whether a dynamically-sized array is equivalent to a constant-sized array. |
|
Returns whether a dynamically-sized array is equivalent to a constant-sized array.
|