Searched defs:SGroup (Results 1 – 1 of 1) sorted by relevance
143 inline SGroup() : Base() { } in SGroup() function144 inline SGroup(const SGroup<Gen...>& other) : Base(other) { } in SGroup() function145 inline SGroup(SGroup<Gen...>&& other) : Base(other) { } in SGroup() function