Home | Libraries | People | FAQ | More |
boost::ui::on_timeout — Calls function one time after the specified time duration.
// In header: <boost/ui/application.hpp> template<typename Rep, typename Period, typename F, class ... Args> void on_timeout(const std::chrono::duration< Rep, Period > & d, F && f, Args &&... args);