exception-safe meaning in Chinese
异常安全的
Examples
- As always , remember to make all the functions exception - safe and exception - neutral
照例,记住要使所有的成员函数都是异常安全和异常中立的。 - This version also requires much less care to ensure that it ' s been made properly exception - safe
而且这个版本只需稍加小心就能够确保正确地将该函数实现为异常安全的。 - Note especially how much more elegant this is than the exception - safe copy assignment we implemented in item 9
请注意尤其是与我们在条款9中实现的异常安全的拷贝赋值运算符相比而言,它是多么的优美。