tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
system_error.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2020 Tobias Hienzsch
3
4#ifndef TETL_SYSTEM_ERROR_HPP
5#define TETL_SYSTEM_ERROR_HPP
6
7/// \defgroup system_error system_error
8/// Defines etl::error_code, a platform-dependent error code
9/// \ingroup errors-library
10
11#include <etl/_config/all.hpp>
12
13#include <etl/_system_error/errc.hpp>
14#include <etl/_system_error/is_error_condition_enum.hpp>
15
16#endif // TETL_SYSTEM_ERROR_HPP