Searched defs:LazyComponentWithArgs (Results 1 – 3 of 3) sorted by relevance
226 struct LazyComponentWithArgs { struct237 erased_fun_t erased_fun;239 … using entry_vector_t = std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>;276 LazyComponentWithArgs& operator=(LazyComponentWithArgs&&) = default;284 LazyComponentWithArgs& operator=(const LazyComponentWithArgs&) = default;289 ComponentInterface* component;
59 using LazyComponentWithArgs = ComponentStorageEntry::LazyComponentWithArgs; variable
48 using LazyComponentWithArgs = ComponentStorageEntry::LazyComponentWithArgs; variable