tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
vector.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_VECTOR_HPP
5#define TETL_VECTOR_HPP
6
7/// \defgroup vector vector
8/// etl::vector & etl::static_vector container
9/// \ingroup containers-library
10/// \code{.cpp}
11/// #include <etl/vector.hpp>
12/// \endcode
13/// \example vector.cpp
14
15#include <etl/_config/all.hpp>
16
17#include <etl/_vector/vector.hpp>
18
19// Non-standard extensions
20#include <etl/_vector/static_vector.hpp>
21
22#endif // TETL_VECTOR_HPP