tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
string_view.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_STRING_VIEW_HPP
5#define TETL_STRING_VIEW_HPP
6
7/// \defgroup string_view string_view
8/// etl::basic_string_view class template
9/// \ingroup strings-library
10/// \code{.cpp}
11/// #include <etl/string_view.hpp>
12/// \endcode
13
14#include <etl/_config/all.hpp>
15
16#include <etl/_string_view/basic_string_view.hpp>
17#include <etl/_utility/swap.hpp>
18
19#endif // TETL_STRING_VIEW_HPP