hpx/filesystem/api.hpp#

Defined in header hpx/filesystem/api.hpp.

See Public API for a list of names and headers that are part of the public HPX API.

This file provides a compatibility layer using Boost.Filesystem for the C++17 filesystem library. It is not intended to be a complete compatibility layer. It only contains functions required by the HPX codebase. It also provides some functions only available in Boost.Filesystem when using C++17 filesystem.

namespace hpx
namespace filesystem#

Functions

inline HPX_CXX_EXPORT path initial_path ()
inline HPX_CXX_EXPORT std::string basename (path const &p)
inline HPX_CXX_EXPORT path canonical (path const &p, path const &base)
inline HPX_CXX_EXPORT path canonical (path const &p, path const &base, std::error_code &ec)
namespace filesystem#