执行期语意学
摘要:
一个简单的例子 class Y { public: bool operator==(const Y&) const; }; class X { public: operator Y() const; X getValue(); }; X xx; Y yy; if(yy==xx.getValue()) 阅读全文
posted @ 2020-01-08 15:25 tianzeng 阅读(241) 评论(0) 推荐(0) 编辑