userver: userver/utils/small_string_fwd.hpp Source File
Loading...
Searching...
No Matches
small_string_fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/utils/small_string_fwd.hpp
4/// @brief Forward declaration for stack-friendly SmallString.
5/// @ingroup userver_universal
6
7#include <cstdint>
8
9USERVER_NAMESPACE_BEGIN
10
11namespace utils {
12// Forward declaration
13template <std::size_t N>
14class SmallString;
15} // namespace utils
16
17USERVER_NAMESPACE_END