#include <functional>
#include <new>
#include <tuple>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <folly/Traits.h>
#include <folly/Utility.h>
#include <folly/detail/TypeList.h>
#include <folly/functional/Invoke.h>
#include <folly/lang/Exception.h>
#include <folly/PolyException.h>
Go to the source code of this file.
|
| | folly |
| | —— Concurrent Priority Queue Implementation ——
|
| |
|
| template<class T , class I > |
| detail::AddCvrefOf< T, I > & | folly::poly_cast (detail::PolyRoot< I > &) |
| |
| template<class T , class I > |
| detail::AddCvrefOf< T, I > const & | folly::poly_cast (detail::PolyRoot< I > const &) |
| |