userver
C++ Async Framework
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
samples/hello_service/src/say_hello.cpp
#include "say_hello.hpp"
#include <fmt/format.h>
namespace
samples::hello {
std::string SayHelloTo(std::string_view name) {
if
(name.empty()) {
name =
"unknown user"
;
}
return
fmt::format(
"Hello, {}!\n"
, name);
}
}
// namespace samples::hello
Docs version:
v1.0
,
v2.0
,
trunk/develop
Generated on Wed Apr 30 2025 15:48:39 for userver by
Doxygen
1.13.2