13 const std::string& path
19 std::chrono::milliseconds delay_between_checks_;
20 std::chrono::steady_clock::time_point next_polling_time_;
21 std::filesystem::file_time_type file_last_modification_time_;
Definition file_change_poller.h:9
FileChangePoller(std::chrono::milliseconds delay_between_checks, const std::string &path)
bool change_detected(const std::string &path)
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56