14#ifndef OPENVPN_COMMON_SCOPED_FD_H
15#define OPENVPN_COMMON_SCOPED_FD_H
ScopedFD & operator=(const ScopedFD &)=delete
ScopedFD(const int fd_arg)
void reset(const int fd_arg)
void replace(const int fd_arg)
ScopedFD(const ScopedFD &)=delete
static bool defined_static(int fd)
ScopedFD(ScopedFD &&other) noexcept
ScopedFD & operator=(ScopedFD &&other) noexcept