mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-08 22:38:03 -05:00
Remove the hash method from the coordinate types from the documentation
This commit is contained in:
@@ -270,6 +270,8 @@ namespace kami {
|
||||
|
||||
} // namespace kami
|
||||
|
||||
//! @cond SuppressHashMethod
|
||||
#define KAMI_GRID1D_H
|
||||
namespace std {
|
||||
template<>
|
||||
struct hash<kami::GridCoord1D> {
|
||||
@@ -278,5 +280,6 @@ namespace std {
|
||||
}
|
||||
};
|
||||
} // namespace std
|
||||
//! @endcond
|
||||
|
||||
#endif // KAMI_GRID1D_H
|
||||
|
||||
@@ -312,6 +312,7 @@ namespace kami {
|
||||
|
||||
} // namespace kami
|
||||
|
||||
//! @cond SuppressHashMethod
|
||||
namespace std {
|
||||
template<>
|
||||
struct hash<kami::GridCoord2D> {
|
||||
@@ -320,5 +321,6 @@ namespace std {
|
||||
}
|
||||
};
|
||||
} // namespace std
|
||||
//! @endcond
|
||||
|
||||
#endif // KAMI_GRID2D_H
|
||||
|
||||
@@ -312,6 +312,7 @@ namespace kami {
|
||||
|
||||
} // namespace kami
|
||||
|
||||
//! @cond SuppressHashMethod
|
||||
namespace std {
|
||||
template<>
|
||||
struct hash<kami::HexCoord> {
|
||||
@@ -320,5 +321,6 @@ namespace std {
|
||||
}
|
||||
};
|
||||
} // namespace std
|
||||
//! @endcond
|
||||
|
||||
#endif // KAMI_HEXGRID_H
|
||||
|
||||
Reference in New Issue
Block a user