proxygen
|
#include <functional>
#include <string>
#include <folly/Range.h>
#include <folly/Traits.h>
#include <folly/container/HeterogeneousAccess-pre.h>
#include <folly/hash/Hash.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::detail | |
Typedefs | |
template<typename T > | |
using | folly::detail::TransparentlyConvertibleToRange = std::is_convertible< T, Range< typename ValueTypeForTransparentConversionToRange< T >::type const * >> |