wink's

梦想总比现实闪耀,所以我一路追寻

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年6月22日

摘要: constantnothrow<new>extern const nothrow_t nothrow;Nothrow constantThis constant value is used as an argument foroperator newandoperator new[]to indicate that these functions shall not throw an exception on failure, but return a null pointer instead.By default, when thenewoperator is used to a 阅读全文
posted @ 2012-06-22 10:22 wink's 阅读(354) 评论(0) 推荐(0) 编辑