Searched refs:CopyOnly (Results 1 – 2 of 2) sorted by relevance
227 struct CopyOnly { struct228 CopyOnly(const CopyOnly&);229 CopyOnly &operator=(const CopyOnly&);235 template void test(CopyOnly); // ok, copies238 CopyOnly co;
143 struct CopyOnly { struct144 CopyOnly(const CopyOnly&);148 CopyOnly CO;