proxygen
|
Classes | |
struct | is_duration |
struct | is_duration< std::chrono::duration< Rep, Period > > |
Functions | |
template<typename To , typename Duration > | |
constexpr To | ceil_impl (Duration const &d, To const &t) |
template<typename To , typename Duration > | |
constexpr To | floor_impl (Duration const &d, To const &t) |
template<typename To , typename Diff > | |
constexpr To | round_impl (To const &t0, To const &t1, Diff diff0, Diff diff1) |
template<typename To , typename Duration > | |
constexpr To | round_impl (Duration const &d, To const &t0, To const &t1) |
template<typename To , typename Duration > | |
constexpr To | round_impl (Duration const &d, To const &t0) |
constexpr To folly::chrono::detail::ceil_impl | ( | Duration const & | d, |
To const & | t | ||
) |
Definition at line 59 of file Chrono.h.
References folly::pushmi::detail::t.
Referenced by folly::chrono::ceil().
constexpr To folly::chrono::detail::floor_impl | ( | Duration const & | d, |
To const & | t | ||
) |
Definition at line 64 of file Chrono.h.
References folly::pushmi::detail::t.
Referenced by folly::chrono::floor().
constexpr To folly::chrono::detail::round_impl | ( | To const & | t0, |
To const & | t1, | ||
Diff | diff0, | ||
Diff | diff1 | ||
) |
Definition at line 69 of file Chrono.h.
Referenced by folly::chrono::round().
constexpr To folly::chrono::detail::round_impl | ( | Duration const & | d, |
To const & | t0, | ||
To const & | t1 | ||
) |
Definition at line 74 of file Chrono.h.
References round_impl().
constexpr To folly::chrono::detail::round_impl | ( | Duration const & | d, |
To const & | t0 | ||
) |
Definition at line 79 of file Chrono.h.
Referenced by round_impl().