cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class of time points of system clocks. More...
#include <stat_bench/clock/system_time_point.h>
Public Member Functions | |
SystemTimePoint (std::chrono::system_clock::time_point time_point) noexcept | |
Constructor. | |
auto | time_point () const noexcept -> std::chrono::system_clock::time_point |
Get the actual time point. | |
Class of time points of system clocks.
Definition at line 32 of file system_time_point.h.
|
inlineexplicitnoexcept |
Constructor.
[in] | time_point | Actual time point. |
Definition at line 39 of file system_time_point.h.
|
inlinenodiscardnoexcept |
Get the actual time point.
Definition at line 48 of file system_time_point.h.