Searched defs:unique_fd_impl (Results 1 – 1 of 1) sorted by relevance
90 unique_fd_impl() {} in unique_fd_impl() function92 explicit unique_fd_impl(int fd) { reset(fd); } in unique_fd_impl() function97 unique_fd_impl(unique_fd_impl&& other) noexcept { reset(other.release()); } in unique_fd_impl() function