Searched defs:NonConstCopyConstructible (Results 1 – 2 of 2) sorted by relevance
56 struct NonConstCopyConstructible { struct57 explicit NonConstCopyConstructible() {} in NonConstCopyConstructible() function58 NonConstCopyConstructible(NonConstCopyConstructible&) {} in NonConstCopyConstructible() argument
54 struct NonConstCopyConstructible { struct55 explicit NonConstCopyConstructible() {} in NonConstCopyConstructible() argument56 NonConstCopyConstructible(NonConstCopyConstructible&) {} in NonConstCopyConstructible() argument