summaryrefslogtreecommitdiffstats
path: root/src/common/ceph_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ceph_time.h')
-rw-r--r--src/common/ceph_time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/ceph_time.h b/src/common/ceph_time.h
index 292fa91ac..fc96a80a7 100644
--- a/src/common/ceph_time.h
+++ b/src/common/ceph_time.h
@@ -528,6 +528,9 @@ struct converts_to_timespec<Clock, std::void_t<decltype(
template <typename Clock>
constexpr bool converts_to_timespec_v = converts_to_timespec<Clock>::value;
+template <typename Clock>
+concept clock_with_timespec = converts_to_timespec_v<Clock>;
+
template<typename Rep, typename T>
static Rep to_seconds(T t) {
return std::chrono::duration_cast<