noexcept specifier (C++11 feature)

From Cppreference

Jump to: navigation, search

Specifies that the function is guaranteed not to throw exceptions.

Contents

[edit] Syntax

noexcept (1)
noexcept(expression) (2)

[edit] Explanation

[edit] Keywords

noexcept

[edit] See also

noexcept operator