21 #include <sys/types.h> 24 #include <system_error> 66 template <
typename...
Args>
69 return File(std::forward<Args>(args)...);
70 }
catch (
const std::system_error& se) {
92 explicit operator bool()
const {
internal::ArgsMatcher< InnerMatcher > Args(const InnerMatcher &matcher)
File & operator=(File &&)
—— Concurrent Priority Queue Implementation ——
requires E e noexcept(noexcept(s.error(std::move(e))))
folly::Optional< PskKeyExchangeMode > mode
void swap(File &other) noexcept
static Expected< File, exception_wrapper > makeFile(Args &&...args) noexcept
constexpr Unexpected< typename std::decay< Error >::type > makeUnexpected(Error &&)