mirror of
https://github.com/DevEhChad/cpp-cheatsheet.git
synced 2025-11-08 05:55:47 +00:00
Add chrono
This commit is contained in:
@@ -502,7 +502,7 @@ sort(a.begin(), a.end()); // Sort vector or deque
|
||||
reverse(a.begin(), a.end()); // Reverse vector or deque
|
||||
```
|
||||
|
||||
## 'chrono' (Time related library)
|
||||
## `chrono` (Time related library)
|
||||
```cpp
|
||||
#include <chrono> // Include chrono
|
||||
using namespace chrono; // Use namespace
|
||||
|
||||
Reference in New Issue
Block a user