Backport ceil, floor, round from C++17 std::chrono
Summary: [Folly] Backport `ceil`, `floor`, `round` from C++17 `std::chrono`. These functions for operating on `std::chrono::duration` and `std::chrono::time_point` values are useful Note: The implementations are derived from cppreference.com, which has a notice listing all content there as licensed under CC-BY-SA. Reviewed By: ericniebler Differential Revision: D4375603 fbshipit-source-id: 36a098bf5f75db071c1670518fc42bbc6df2817d
Showing
folly/Chrono.h
0 → 100644
folly/test/ChronoTest.cpp
0 → 100644
Please register or sign in to comment