A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/algorithm/../chrono/file_clock.html below:

std::chrono::file_clock - cppreference.com

using file_clock = /* see below */;

(since C++20)

std::chrono::file_clock is an alias for the clock used for std::filesystem::file_time_type. Its epoch is unspecified.

file_clock meets the TrivialClock requirements.

Time point family

Defined in namespace std::chrono

(since C++20) [edit] Member types Member type Definition rep signed arithmetic type representing the number of ticks in the clock's duration period a std::ratio type representing the tick period of the clock, in seconds duration std::chrono::duration<rep, period>, capable of representing negative durations time_point std::chrono::time_point<std::chrono::file_clock> [edit] Member constants

constexpr bool is_steady

[static]

true if the time between ticks is always constant, i.e. calls to now() return values that increase monotonically even in case of some external clock adjustment, otherwise false
(public static member constant) [edit] Member functions

file_clock provides exactly one of the following two pairs of static member functions:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4