예제 #1
0
 //C++ TO C# CONVERTER WARNING: 'const' methods are not available in C#:
 //ORIGINAL LINE: uint operator ()(RasterCacheKey const& key) const
 public static uint functorMethod(RasterCacheKey <ID> key)
 {
     return((uint)key.GetHashCode());
     // return std::hash<ID>()(key.id_);
 }
예제 #2
0
 public static uint functorMethod(RasterCacheKey <ID> key)
 {
     return((uint)key.GetHashCode());
 }