userver: userver/utils/strerror.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
strerror.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

MT-safe version of POSIX functions ::strerror and ::strsignal

Definition in file strerror.hpp.

Go to the source code of this file.

#include <string>

Namespaces

namespace  utils
 Utilities.
 

Functions

std::string utils::strerror (int return_code)
 MT-safe version of POSIX function strerror
 
std::string utils::strsignal (int signal_num)
 MT-safe version of POSIX function strsignal