tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
new_handler.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_NEW_NEW_HANDLER_HPP
4#define TETL_NEW_NEW_HANDLER_HPP
5
6namespace etl {
7
11using new_handler = void (*)();
12
13} // namespace etl
14
15#endif // TETL_NEW_NEW_HANDLER_HPP
Definition adjacent_find.hpp:8
void(*)() new_handler
etl::new_handler is the function pointer type (pointer to function that takes no arguments and return...
Definition new_handler.hpp:11