userver: userver/utils/internal_tag_fwd.hpp Source File
Loading...
Searching...
No Matches
internal_tag_fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/utils/internal_tag_fwd.hpp
4/// @brief @copybrief utils::InternalTag
5
6USERVER_NAMESPACE_BEGIN
7
8namespace utils {
9
10/// @brief Guard tag for functions intended only for internal use
11class InternalTag;
12
13} // namespace utils
14
15USERVER_NAMESPACE_END