tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
contracts.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2024 Tobias Hienzsch
3
4#ifndef TETL_CONTRACT_HPP
5#define TETL_CONTRACT_HPP
6
7#include <etl/_config/all.hpp>
8
9#include <etl/_contracts/check.hpp>
10
11#endif // TETL_CONTRACT_HPP