CSAD
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
List of all members
bt::HashVector< T > Class Template Reference

HashVector - continuous array data type T. More...

Detailed Description

template<typename T>
class bt::HashVector< T >

HashVector - continuous array data type T.

Unlike Vector has a faster search and does not have the last and the first element. Sort this array can cause data loss.

See Also
BaseHashVector