nothrow

  • nothrow——详解

    一、nothrowing nothrowing是C++的一个关键字,用于指定调用new操作符时的异常处理方式。当使用nothrowing参数时,如果内存分配失败,new操作符不会抛…

    编程 2024-11-22