Open galdar496 opened 9 years ago
All container uses (e.g. stl or Qi containers) should be typedef'd. Being that they typically use the same interface, using a typedef will make it easier to change between containers in the future should the need arise.
All container uses (e.g. stl or Qi containers) should be typedef'd. Being that they typically use the same interface, using a typedef will make it easier to change between containers in the future should the need arise.