We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2efb60 commit 93c581cCopy full SHA for 93c581c
source/time.tex
@@ -84,10 +84,11 @@
84
namespace chrono {
85
// \ref{time.traits}, customization traits
86
template<class Rep> struct treat_as_floating_point;
87
- template<class Rep> struct duration_values;
88
template<class Rep>
89
inline constexpr bool treat_as_floating_point_v = treat_as_floating_point<Rep>::value;
90
+ template<class Rep> struct duration_values;
91
+
92
template<class T> struct is_clock;
93
template<class T> inline constexpr bool is_clock_v = is_clock<T>::value;
94
0 commit comments