13 #ifndef __STOUT_OS_POSIX_CHDIR_HPP__
14 #define __STOUT_OS_POSIX_CHDIR_HPP__
27 if (::
chdir(directory.c_str()) < 0) {
37 #endif // __STOUT_OS_POSIX_CHDIR_HPP__
Definition: nothing.hpp:16
Definition: errorbase.hpp:49
Try< Nothing > chdir(const std::string &directory)
Definition: chdir.hpp:25