|
swift
|
Unmemoizer for Ts. Other types are passed through. More...
Public Member Functions | |
| template<typename T > | |
| CSequence< T > & | getTable () |
| Return reference to the flat list T table. | |
| template<typename T > | |
| auto | maybeUnmemoize (T &member) const |
| If T is in Ts, return proxy that will assign to member through the value at the given index in the flat list. Otherwise, return member as std::reference_wrapper. | |
Unmemoizer for Ts. Other types are passed through.
Definition at line 68 of file memotable.h.