Searched refs:DeletedConstCopy (Results 1 – 2 of 2) sorted by relevance
20 struct DeletedConstCopy { struct21 DeletedConstCopy(const DeletedConstCopy &) = delete;36 struct D : DeletedConstCopy {};
20 struct DeletedConstCopy { struct21 DeletedConstCopy &operator=(const DeletedConstCopy &) = delete;45 struct D : DeletedConstCopy {};