13 #ifndef __STOUT_OS_POSIX_GETCWD_HPP__ 14 #define __STOUT_OS_POSIX_GETCWD_HPP__ 29 if (::
getcwd(temp, size) == temp) {
30 std::string result(temp);
34 if (errno != ERANGE) {
49 #endif // __STOUT_OS_POSIX_GETCWD_HPP__ Try< Bytes > size(const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK)
Definition: stat.hpp:130
std::string getcwd()
Definition: getcwd.hpp:23
Definition: posix_signalhandler.hpp:23
std::string temp()
Definition: temp.hpp:27