Searched refs:has_copy_constructor (Results 1 – 1 of 1) sorted by relevance
14 class has_copy_constructor { class39 int check0[has_copy_constructor<HasCopy>::value? 1 : -1];40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1];41 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1];42 int check3[has_copy_constructor<HasPrivateCopy>::value? -1 : 1];