tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
source_location.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_SOURCE_LOCATION_HPP
5#define TETL_SOURCE_LOCATION_HPP
6
7/// \defgroup source_location source_location
8/// Supplies means to obtain source code location
9/// \ingroup utilities-library
10/// \example source_location.cpp
11/// \code{.cpp}
12/// #include <etl/source_location.hpp>
13/// \endcode
14
15#include <etl/_config/all.hpp>
16
17#include <etl/_source_location/source_location.hpp>
18
19#endif // TETL_SOURCE_LOCATION_HPP