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
strerror.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/utils/strerror.hpp
4
/// @brief MT-safe version of POSIX functions `::strerror` and `::strsignal`
5
6
#
include
<
string
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
utils
{
11
12
/// MT-safe version of POSIX function `::strerror`
13
std::string
strerror
(
int
return_code);
14
15
/// MT-safe version of POSIX function `::strsignal`
16
std::string
strsignal
(
int
signal_num);
17
18
}
// namespace utils
19
20
USERVER_NAMESPACE_END
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
utils
strerror.hpp
Generated on Wed Apr 30 2025 16:00:36 for userver by
Doxygen
1.13.2