Searched defs:StructWithoutCopyOrMove (Results 1 – 1 of 1) sorted by relevance
134 struct StructWithoutCopyOrMove { struct136 StructWithoutCopyOrMove() = default; argument137 explicit StructWithoutCopyOrMove(int I) : I(I) {} in StructWithoutCopyOrMove() function