c++ Programming Glossary: vertex3dxt
Defining custom hash function and equality function for unordered_map http://stackoverflow.com/questions/2099540/defining-custom-hash-function-and-equality-function-for-unordered-map function prototypes of these functions are as follows set Vertex3DXT is the type of the key Cell3DXT is the type of the value size_t.. is the type of the value size_t VertexSetHashFunction set Vertex3DXT vertexSet hash function bool SetEqual set Vertex3DXT a set Vertex3DXT.. set Vertex3DXT vertexSet hash function bool SetEqual set Vertex3DXT a set Vertex3DXT b equality I have these function prototypes..
|