Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::gc_transience_policy Struct Reference

#include <gc_transience_policy.hpp>

Classes

struct  apply
 

Detailed Description

Provides transience ownership tracking when a tracing garbage collector is used instead of reference counting.

.. warning:: Using this policy without an allocation scheme that includes automatic tracing garbage collection may cause memory leaks.

Definition at line 31 of file gc_transience_policy.hpp.


The documentation for this struct was generated from the following file:
Released under the MIT license