dot-xx
A personal collection of small C++ modules
|
Main interface file of dxx.errors module. More...
#include <errno.h>
import std.compat;
import std;
Classes | |
struct | dxx::errors::Errno |
Tag type, helps indicate that errno info should be added to the error message. More... | |
struct | dxx::errors::Error |
Exception class that supports construction from std::format-like args and automatic errno capture in the message. More... |
Main interface file of dxx.errors module.