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
::ranges::move move
Alias for ranges::move. Moves a range of elements to a new location.
Definition: algorithm:89
SeqAn specific customisations in the standard namespace.
Definition: aligned_sequence_concept.hpp:35
This header includes C++17 filesystem support and imports it into namespace seqan3::filesystem (indep...