8#ifndef INCLUDED_BDLS_OSUTIL
9#define INCLUDED_BDLS_OSUTIL
102#include <bsl_string.h>
136 std::string *osVersion,
137 std::string *osPatch);
138#ifdef BSLS_LIBRARYFEATURES_HAS_CPP17_PMR_STRING
139 static int getOsInfo(std::pmr::string *osName,
140 std::pmr::string *osVersion,
141 std::pmr::string *osPatch);
Definition bslstl_string.h:1252
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
Definition bdls_fdstreambuf.h:412
Definition bdls_osutil.h:119
static int getOsInfo(bsl::string *osName, bsl::string *osVersion, bsl::string *osPatch)
static int getOsInfo(std::string *osName, std::string *osVersion, std::string *osPatch)