mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
17 lines
329 B
Markdown
17 lines
329 B
Markdown
---
|
|
title: "Durations"
|
|
weight: 100
|
|
---
|
|
|
|
{{< callout type="info">}}
|
|
Header: `chrono.h`
|
|
From: `20.41.0`
|
|
Similar to: [std::chrono](https://en.cppreference.com/w/cpp/chrono.html)
|
|
{{< /callout >}}
|
|
|
|
Classes that represent a duration.
|
|
|
|
`etl::chrono::duration`
|
|
`etl::chrono::duration_cast`
|
|
`etl::chrono::duration_values`
|