Searched defs:is_copy_assignable (Results 1 – 1 of 1) sorted by relevance
776 struct is_copy_assignable struct787 typedef char yes_type;788 struct no_type { char dummy[2]; };794 static const bool value = sizeof(test<T>(0)) == sizeof(yes_type);