Iros
 
Loading...
Searching...
No Matches
time_point_forward_declaration.h
Go to the documentation of this file.
1#pragma once
2
4#include "di/meta/core.h"
5
6namespace di::chrono {
7template<typename Clock, concepts::InstanceOf<Duration> Duration = typename Clock::Duration>
9}
Definition duration.h:9