|
proxygen
|
#include <iterator>#include <memory>#include <folly/CPortability.h>#include <folly/portability/SysTypes.h>Go to the source code of this file.
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
| folly::detail | |
Functions | |
| template<class Iterator > | |
| FOLLY_ALWAYS_INLINE auto | folly::detail::getPointer (const Iterator &it, long) -> decltype(std::addressof(*it)) |
| template<class Iterator > | |
| FOLLY_ALWAYS_INLINE auto | folly::detail::getPointer (const Iterator &it, int) -> decltype(it.operator->()) |
| template<class Range > | |
| detail::RangeEnumerator< Range > | folly::enumerate (Range &&r) |