From Jason Turner

[time.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpxrdfvavw/{from.md → to.md} +25 -4
tmp/tmpxrdfvavw/{from.md → to.md} RENAMED
@@ -1,6 +1,27 @@
1
- ### In general <a id="time.general">[[time.general]]</a>
2
 
3
- This subclause describes the chrono library ([[time.syn]]) and various
4
- C functions ([[ctime.syn]]) that provide generally useful time
5
- utilities.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
 
1
+ ## General <a id="time.general">[[time.general]]</a>
2
 
3
+ This Clause describes the chrono library [[time.syn]] and various C
4
+ functions [[ctime.syn]] that provide generally useful time utilities, as
5
+ summarized in [[time.summary]].
6
+
7
+ **Table: Time library summary** <a id="time.summary">[time.summary]</a>
8
+
9
+ | Subclause | | Header |
10
+ | ------------------ | --------------------------- | ---------- |
11
+ | [[time.clock.req]] | Cpp17Clock requirements | |
12
+ | [[time.traits]] | Time-related traits | `<chrono>` |
13
+ | [[time.duration]] | Class template `duration` | |
14
+ | [[time.point]] | Class template `time_point` | |
15
+ | [[time.clock]] | Clocks | |
16
+ | [[time.cal]] | Civil calendar | |
17
+ | [[time.hms]] | Class template `hh_mm_ss` | |
18
+ | [[time.12]] | 12/24 hour functions | |
19
+ | [[time.zone]] | Time zones | |
20
+ | [[time.format]] | Formatting | |
21
+ | [[time.parse]] | Parsing | |
22
+ | [[ctime.syn]] | C library time utilities | `<ctime>` |
23
+
24
+
25
+ Let *`STATICALLY-WIDEN`*`<charT>("...")` be `"..."` if `charT` is `char`
26
+ and `L"..."` if `charT` is `wchar_t`.
27