|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
#include <cstdint>#include <format>#include <string>
Include dependency graph for misc.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | business_logic |
| The business logic module. | |
Functions | |
| template<typename T > | |
| std::string | business_logic::stringifyAddressOf (const T *value) |
| Convert a pointer to a string in format "0x..." containing its hexadecimal address. | |