|
MemViz v1.0.0
C++ Memory Layout Inspector
|
#include <bit>#include <iostream>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | memviz |
Functions | |
| template<typename To , typename From > | |
| void | memviz::castAndPrint (From from) |
| Bitwise casts an object to another type and prints the result. | |