Go to the source code of this file.
|
| template<auto FuncType, typename... ArgTypes> |
| constexpr bool | is_noexcept_v = noexcept(FuncType(std::declval<ArgTypes>()...)) |
| |
| template<auto FuncPtr, typename... ArgTypes> |
| constexpr auto | func_ptr_t = FuncPtr<ArgTypes...> |
| |
◆ example_is_noexcept()
| void example_is_noexcept |
( |
| ) |
|
◆ main()
◆ pro()
◆ sum()
◆ func_ptr_t
template<auto FuncPtr, typename... ArgTypes>
| constexpr auto func_ptr_t = FuncPtr<ArgTypes...> |
|
constexpr |
◆ is_noexcept_v
template<auto FuncType, typename... ArgTypes>
| constexpr bool is_noexcept_v = noexcept(FuncType(std::declval<ArgTypes>()...)) |
|
constexpr |