b-tree sequence
sequence container optimized for inserting/deleting in random places
|
![]() ![]() | The fast sequence container, which behaves like std::vector takes O(log(N)) to insert/delete elements |
![]() ![]() ![]() | Iterator template for const_iterator and iterator |