tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
scope.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_SCOPE_HPP
5#define TETL_SCOPE_HPP
6
7/// \defgroup scope scope
8/// \ingroup utilities-library
9
10#include <etl/_config/all.hpp>
11
12// Non-standard extensions
13#include <etl/_scope/scope_exit.hpp>
14
15#endif // TETL_SCOPE_HPP