dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
Modules List
Here is a list of all documented modules with brief descriptions:
 Mdxx.assertProvides and assert function and its debug-only counterpart. Uses <stacktrace> to display stack trace on failure if possible
 Mdxx.cstd.compatExports everything exported by dxx.cstd module and puts some of the declarations in the global namespace
 Mdxx.cstdExport some C standard library constants that are not provided by std.compat
 Mdxx.cstd.fixedProvides shorter aliases for some fixed-width (and a few other) types
 Mdxx.errorsFancier exceptions/errors
 Mdxx.httpA feature-poor HTTP server implementation
 Mdxx.math.linalgLinear algebra utilities for dxx::math
 Mdxx.mathVarious math utilities
 Mdxx.math.utilsMiscellaneous math facilities
 Mdxx.overloadoverload pattern with a few bells and whistles
 Mdxx.selftestUnit testing. See dxx::selftest::run_all for usage help
 Mdxx.utilsMiscellaneous stuff that is useful but too small/unimportant to be put in its own module