View Storage used for tasks when localization is performed and migration is enabled. Store both original and localized views. More...
Public Member Functions | |
| template<typename ... ViewParams> | |
| fast_mg_storage (ViewParams &&... views) | |
| void | release (tg_callback const &cb, bool b_migrating=false) |
| Signature called by ephemeral paragraphs. | |
| void | release (void) |
| Signature called by persistent paragraphs. | |
| base_view_set_type & | get_orig_vs (void) |
| view_set_type & | views (void) |
Public Types | |
| using | base_view_set_type = tuple< Views... > |
| using | view_set_type = tuple< typename get_fast_view_type< Views >::type... > |
View Storage used for tasks when localization is performed and migration is enabled. Store both original and localized views.
1.8.13