proxygen
|
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <string>
#include <system_error>
#include <folly/ExceptionWrapper.h>
#include <folly/Expected.h>
#include <folly/Portability.h>
#include <folly/Range.h>
#include <folly/portability/Unistd.h>
Go to the source code of this file.
Classes | |
class | folly::File |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
void | folly::swap (File &a, File &b) noexcept |