3#include <boost/filesystem.hpp>
4#include <boost/system/error_code.hpp>
12 boost::system::error_code& ec,
13 boost::filesystem::path
const& sourcePath,
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::string getFileContents(boost::system::error_code &ec, boost::filesystem::path const &sourcePath, std::optional< std::size_t > maxSize=std::nullopt)
void writeFileContents(boost::system::error_code &ec, boost::filesystem::path const &destPath, std::string const &contents)