Get it
Learn it
Advanced
Traits for using a std::map<> (sparse representation)
See also:
map_traits_map_as_vector
#include <mrpt/containers/traits_map.h> struct map_traits_stdmap { // typedefs typedef std::map<KEY, VALUE> map; };