27 open(_template, flags);
33 m_tmp_path = other.m_tmp_path;
34 other.m_tmp_path.clear();
36 FileBase::operator=(std::move(other));
56 auto [fd, path] = fs::make_tempfile(_template, flags);
66 const std::string& path()
const;
71 if (!m_tmp_path.empty()) {
73 fs::unlink_file(m_tmp_path);
84 std::string m_tmp_path;