persistent

Persistent storage of variables of type T.

struct persistent (
T
string file = __FILE__
size_t line = __LINE__
) {
T store;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Alias This

store

Meta