Class ErrnoGuard

Class Documentation

class ErrnoGuard

Simple RAII class that stores the value of errno at construction and restores it at destruction.

Public Functions

ErrnoGuard()
~ErrnoGuard()