Beispiel #1
0
 inline int Map2Ref(T1 const* mapType, T2 const* refType) const {
   return -Ref2Map(refType, mapType);
 }
Beispiel #2
0
 inline int Map2Ref(T2 const* mapType, T1 const* refType) const {
   return(-1 * Ref2Map(refType, mapType));
 }