Fill last gaps in class list documentation

This commit is contained in:
Martchus 2019-09-04 18:54:48 +02:00
parent ecdebebab8
commit 5c098df8d7
2 changed files with 2 additions and 0 deletions

View File

@ -536,6 +536,7 @@ inline DateTime &DateTime::operator-=(const TimeSpan &timeSpan)
} // namespace CppUtilities
namespace std {
/// \brief Computes the hash for the CppUtilities::DateTime instance.
template <> struct hash<CppUtilities::DateTime> {
inline size_t operator()(const CppUtilities::DateTime &dateTime) const
{

View File

@ -422,6 +422,7 @@ constexpr inline bool TimeSpan::isInfinity() const
} // namespace CppUtilities
namespace std {
/// \brief Computes the hash for the CppUtilities::TimeSpan instance.
template <> struct hash<CppUtilities::TimeSpan> {
inline size_t operator()(const CppUtilities::TimeSpan &timeSpan) const
{