CachedFactory

Undocumented in source.
class CachedFactory (
T
) {}

Members

Functions

get
T get(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cache
T[size_t] cache;
Undocumented in source.

Meta