|
proxygen
|
#include <type_traits>#include <folly/io/Cursor.h>#include <folly/io/IOBuf.h>#include <folly/lang/Bits.h>Go to the source code of this file.
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
| folly::io | |
| folly::io::compression | |
| folly::io::compression::detail | |
Functions | |
| template<typename T > | |
| std::enable_if< std::is_unsigned< T >::value, bool >::type | folly::io::compression::detail::dataStartsWithLE (const IOBuf *data, T prefix, uint64_t n=sizeof(T)) |
| template<typename T > | |
| std::enable_if< std::is_arithmetic< T >::value, std::string >::type | folly::io::compression::detail::prefixToStringLE (T prefix, uint64_t n=sizeof(T)) |