operator void*() const { return (impl_ && impl_->isValid()) ? (void*)1 : (void*)0; } 好吧, (void *)0 在C語言中可以視為 NULL ,但是 (void *)1 是什麼意思?
確定! 回上一頁