コード例 #1
0
ファイル: BedDistances.hpp プロジェクト: Yixf-Self/bedops
 inline int Map2Ref(T1 const* mapType, T2 const* refType) const {
   return -Ref2Map(refType, mapType);
 }
コード例 #2
0
ファイル: BedDistances.hpp プロジェクト: aizvorski/bedops
 inline int Map2Ref(T2 const* mapType, T1 const* refType) const {
   return(-1 * Ref2Map(refType, mapType));
 }