proxygen
|
Go to the source code of this file.
Classes | |
struct | folly::detail::partial::PartialConstructFromCallable |
class | folly::detail::partial::Partial< F, Tuple > |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::detail | |
folly::detail::partial | |
Functions | |
template<typename F , typename... Args> | |
auto | folly::partial (F &&f, Args &&...args) -> detail::partial::Partial< typename std::decay< F >::type, std::tuple< typename std::decay< Args >::type... >> |