di 0.1.0
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>
8class TimePoint;
9}
Definition time_point.h:9
Definition duration.h:9