userver: samples/hello_service/src/say_hello.hpp
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
samples/hello_service/src/say_hello.hpp
#pragma once
#include <string>
#include <string_view>
namespace samples::hello {
std::string SayHelloTo(std::string_view name);
} // namespace samples::hello