Flow
Documentation for the Flow C++ Library
Loading...
Searching...
No Matches
flow_debug_memory.h File Reference
#include <format>
#include <iostream>

Go to the source code of this file.

Classes

class  flow::DebugClass
 Debug class to track copy/move operations. Some operations may be optimized away in release builds. More...

Namespaces

namespace  flow

Functions

void flow::enableMemoryGuard ()
 Enable MSVC native memory leak checker in debug mode. Not compatible with address sanitizer.