C++ named requirements: TrivialClock (since C++11)

From cppreference.com
< cpp‎ | named req
 
 
C++ named requirements
Basic
Type properties
Library-Wide
Container
Container Elements
(C++11)

Iterator
Stream I/O
Formatters
(C++20)
Random Numbers
(C++11)    
Concurrency
(C++11)
(C++11)
Ranges
Other
(C++11)
TrivialClock
(C++11)


 

The TrivialClock requirements describe the requirements satisfied by several clocks in the chrono library.

Requirements

For a type TC:

Usage

The following types in the standard library satisfy these requirements: