We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CMemory::Dump
1 parent c9ce328 commit 1ad10c4Copy full SHA for 1ad10c4
1 file changed
include/dynlibutils/memaddr.hpp
@@ -173,7 +173,7 @@ class CMemory
173
}
174
175
template<std::size_t BYTES_PER_LINE = 8, MemLineOutputFunc_t OUT_FUNC, MemByteToStringFunc_t TO_HEX_FUNC>
176
- std::size_t Dump(std::size_t size, OUT_FUNC funcOutput, TO_HEX_FUNC funcToHex = GetDefaultMemToHexFunc<BYTES_PER_LINE>())
+ std::size_t Dump(std::size_t size, OUT_FUNC funcOutput, TO_HEX_FUNC funcToHex = GetDefaultMemToHexFunc<BYTES_PER_LINE>()) const
177
{
178
constexpr std::size_t kCharsPerLine = BYTES_PER_LINE * 2;
179
0 commit comments