Iros
 
Loading...
Searching...
No Matches
duration_forward_declaration.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::chrono {
6template<typename Rep, math::detail::IsRatio Period = math::Ratio<1>>
7class Duration;
8}
Definition duration.h:9