[EMCpp]Item-14 Declare Functions Noexcept if They Won't Emit Exception
· ☕ 3 min read
Most functions are exception-neutral, but for some, such as move operations, swap, memory deallocation functions, and destructors, noexcept
is particularly valuable.