...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::scope::fd_resource_traits — POSIX-like file descriptor resource traits.
// In header: <boost/scope/fd_resource_traits.hpp> struct fd_resource_traits { // public static functions static int make_default() noexcept; static bool is_allocated(int) noexcept; };