Searched refs:ToTimePoint (Results 1 – 2 of 2) sorted by relevance
28 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef31 ToTimePoint t(d); in test()33 static_assert((std::is_same<R, ToTimePoint>::value), ""); in test()45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef48 constexpr ToTimePoint t{ToDuration{To}}; in test_constexpr()
26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint; in main() typedef27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3))); in main()