From 5c098df8d78a379d49b2ad6957fc244c3d834dad Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 4 Sep 2019 18:54:48 +0200 Subject: [PATCH] Fill last gaps in class list documentation --- chrono/datetime.h | 1 + chrono/timespan.h | 1 + 2 files changed, 2 insertions(+) diff --git a/chrono/datetime.h b/chrono/datetime.h index 298c6b1..ead4a25 100644 --- a/chrono/datetime.h +++ b/chrono/datetime.h @@ -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 { inline size_t operator()(const CppUtilities::DateTime &dateTime) const { diff --git a/chrono/timespan.h b/chrono/timespan.h index 6726287..07273db 100644 --- a/chrono/timespan.h +++ b/chrono/timespan.h @@ -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 { inline size_t operator()(const CppUtilities::TimeSpan &timeSpan) const {