标签: c++
我正在阅读Microsoft文档,并遇到了按位异或运算符。有人可以解释运算符^在下面的代码中代表什么?我认为它不是指针,而不是^。
[UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:1.0]; [UIView setAnimationDelegate:self.containerView]; // Your animations here [UIView commitAnimations];