43 FDGuard (
const char *file,
int mode);
44 FDGuard (
const FDGuard&) =
delete;
45 FDGuard (FDGuard&& other);
48 FDGuard& operator= (
const FDGuard&) =
delete;
49 FDGuard& operator= (FDGuard&& other);
51 explicit operator bool ()
const;
52 operator int ()
const;
54 friend void swap (FDGuard& g1, FDGuard& g2);