utility::vector0 Class Reference

Detailed Description

vector0 is vectorL with the lower index set to 0. Since this is the same lower index as std::vector the main purpose for vector0 is to obtain the bounds checking in operator[] in debug builds.

Note