#include <assert.h>
Namespaces | |
namespace | BasicDataStructures |
Variables | |
static const unsigned long | MAX_UNSIGNED_LONG = 4294967295U |
An Array list container provide an o(1) access to its elements. It's quite similar to the std::vector features.
|
Define the max unsigned long value available
|