Public Member Functions | |
int | m1 (int x) noexcept |
int | m2 (int x) const noexcept |
int | m3 (int x) noexcept(true) |
int | m4 (int x) const noexcept(true) |
int | m5 (int x) noexcept(false) |
int | m6 (int x) const noexcept(false) |
PYBIND11_WARNING_PUSH int | m7 (int x) throw () |
int | m8 (int x) const throw () |
Definition at line 65 of file test_constants_and_functions.cpp.
Definition at line 66 of file test_constants_and_functions.cpp.
Definition at line 67 of file test_constants_and_functions.cpp.
Definition at line 68 of file test_constants_and_functions.cpp.
Definition at line 69 of file test_constants_and_functions.cpp.
Definition at line 70 of file test_constants_and_functions.cpp.
Definition at line 71 of file test_constants_and_functions.cpp.
Definition at line 76 of file test_constants_and_functions.cpp.
Definition at line 78 of file test_constants_and_functions.cpp.