Augmenting Data with STL

Revision en1, by Karan2116, 2015-08-16 21:10:13

C++ STL supports various useful data structures like balanced binary trees in the form of sets and maps. I was wondering if we can augment data as well with STL container map and set. Is there some way to do that or we have to implement the data structure from scratch ?

Tags stl, map, set

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Karan2116 2015-08-16 21:10:13 296 Initial revision (published)