![]() |
Scarab
v2.11.1
Project 8 C++ Utility Library
|
Classes | |
| struct | C |
Functions | |
| int | f1 (int x) noexcept |
| int | f2 (int x) noexcept(true) |
| int | f3 (int x) noexcept(false) |
| int | f4 (int x) throw () |
|
noexcept |
Definition at line 49 of file test_constants_and_functions.cpp.
|
noexcept |
Definition at line 50 of file test_constants_and_functions.cpp.
|
noexcept |
Definition at line 51 of file test_constants_and_functions.cpp.
| int test_exc_sp::f4 | ( | int | x | ) | |
| throw | ( | ||||
| ) | |||||
Definition at line 56 of file test_constants_and_functions.cpp.
1.8.13