userver: userver/ugrpc/impl/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/ugrpc/impl/internal_tag_fwd.hpp
4/// @brief Contains the tag-class to mark a function as internal only
5
6USERVER_NAMESPACE_BEGIN
7
8namespace ugrpc::impl {
9
10class InternalTag;
11
12}
13
14USERVER_NAMESPACE_END