标签: c++ class restrict
GCC支持编写
void T::fn () __restrict__
在其身体范围内,this是受限制的指针。考虑到__restrict__未在函数重载解析中使用的事实 - 在哪种情况下添加此限定条件很有用?
this
__restrict__