tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_error_condition_enum.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_SYSTEM_ERROR_IS_ERROR_CONDITION_ENUM_HPP
4#define TETL_SYSTEM_ERROR_IS_ERROR_CONDITION_ENUM_HPP
5
7
8namespace etl {
9
10template <typename T>
12
13} // namespace etl
14
15#endif // TETL_SYSTEM_ERROR_IS_ERROR_CONDITION_ENUM_HPP
Definition adjacent_find.hpp:8
bool_constant< false > false_type
Definition bool_constant.hpp:14
Definition is_error_condition_enum.hpp:11