Hi,
I have difficulty declaring a hash_set. I would like a hash set where the key is a structure Point3d (typedef Point3D {short x,y,z}) and the value in the set associated with the key an int. I don't quite understand how to declare it ... something like
hash_set< const Point3D, ???, ??> mySet;
??
Any hints how I can do this ?
thanks alot !!
matt-
ps : since it is an extension of STL, is the usage somewhat standardized. I am working in MS Visual Studio