37 class safe_filesystem_entry
43 safe_filesystem_entry() =
delete;
44 safe_filesystem_entry(safe_filesystem_entry
const &) =
delete;
45 safe_filesystem_entry(safe_filesystem_entry &&) =
default;
46 safe_filesystem_entry & operator=(safe_filesystem_entry
const &) =
delete;
47 safe_filesystem_entry & operator=(safe_filesystem_entry &&) =
default;
56 ~safe_filesystem_entry()
61 assert(!static_cast<bool>(ec));
79 bool remove_no_throw() const noexcept
SeqAn specific customisations in the standard namespace.
Definition: aligned_sequence_concept.hpp:36
auto const move
A view that turns lvalue-references into rvalue-references.
Definition: move.hpp:68
This header includes C++17 filesystem support and imports it into namespace seqan3::filesystem (indep...