dot-xx
A personal collection of small C++ modules
|
RAII file descriptor. More...
Public Member Functions | |
File (int c_fd) | |
File (const File &)=delete | |
File & | operator= (const File &)=delete |
File (File &&other) | |
File & | operator= (File &&other) |
operator int () const | |
int | get () const |
RAII file descriptor.