tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
tuple.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_TUPLE_HPP
4#define TETL_TUPLE_HPP
5
13
14#include <etl/_config/all.hpp>
15
16#include <etl/_tuple/apply.hpp>
18#include <etl/_tuple/ignore.hpp>
21#include <etl/_tuple/tie.hpp>
22#include <etl/_tuple/tuple.hpp>
26
27// Non-standard extensions
31
32#endif // TETL_TUPLE_HPP