Searched defs:NormalizedComponent (Results 1 – 4 of 4) sorted by relevance
29 inline NormalizedComponent<Params...>::NormalizedComponent(Component<Params...> (*getComponent)(For… in NormalizedComponent() function37 inline NormalizedComponent<Params...>::NormalizedComponent(fruit::impl::ComponentStorage&& storage, in NormalizedComponent() function
116 …NormalizedComponent(NormalizedComponent&& storage) noexcept : storage(std::move(storage.storage)) … in NormalizedComponent() function
55 class NormalizedComponent; variable
71 friend class NormalizedComponent; variable