General Utility Library for C++14  2.11
Debugging Utilities

The General Utility Library provides some utilities that are mainly, but not exclusively, helpful for debugging.

Functions

hexdump() & hexdump_stream(): Generate an ASCII hex dump of a container, a range, or a piece of memory.

type_name(): Generate a human readable string describing a type.

finally() & FinalAction: Execute something when we leave the scope.

Classes

FailToInstantiate: Class to help debug types.