赞
踩
- const
- class nullptr_t
- {
- public:
- template<class T>
- inline operator T*() const
- { return 0; }
-
- template<class C, class T>
- inline operator T C::*() const
- { return 0; }
-
- private:
- void operator&() const;
- } nullptr = {};
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。