noexcept specifier (C++11 feature)
From Cppreference
Specifies that the function is guaranteed not to throw exceptions.
Contents |
[edit] Syntax
noexcept | (1) | ||||||||
noexcept(expression) | (2) | ||||||||
[edit] Explanation
This section is incomplete |
Specifies that the function is guaranteed not to throw exceptions.
Contents |
noexcept | (1) | ||||||||
noexcept(expression) | (2) | ||||||||
This section is incomplete |