![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>Go to the source code of this file.
Functions | |
| int | sum (int a, int b) noexcept |
| int | summation (int a, int b) |
| template<typename T > | |
| T | pro (T a, T b) noexcept |
| void | examples_for_is_noexcept () |
| int | main () |
Variables | |
| template<auto FuncType, typename... ArgTypes> | |
| constexpr auto | is_noexcept_v = noexcept(FuncType(std::declval<ArgTypes>()...)) |
| void examples_for_is_noexcept | ( | ) |
| int main | ( | ) |
|
noexcept |
Definition at line 24 of file 013-alias_noexcept.cpp.
|
noexcept |
Definition at line 11 of file 013-alias_noexcept.cpp.
| int summation | ( | int | a, |
| int | b | ||
| ) |
|
constexpr |
Definition at line 9 of file 013-alias_noexcept.cpp.