General Utility Library for C++14
2.11
|
The General Utility Library provides some utilities that are mainly, but not exclusively, helpful for debugging.
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.
FailToInstantiate: Class to help debug types.