Searched refs:WithCopyConstructor1 (Results 1 – 1 of 1) sorted by relevance
124 struct WithCopyConstructor1 : public T { struct125 WithCopyConstructor1(const WithCopyConstructor1& other) : T(), in WithCopyConstructor1() function