Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
The nothrow guarantee is a type of exception guarantee.
The nothrow guarantee denotes that the basic guarantee is satisfied, and that a some operations are guaranteed not to throw an exception.
If a function may not throw, declare it noexcept [1].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.