std::filesystem::copy_options (3) Linux Manual Page
std::filesystem::copy_options – std::filesystem::copy_options Synopsis Defined in header <filesystem> enum class copy_options { none = /* unspecified */, skip_existing = /* unspecified */, overwrite_existing = /* unspecified */, update_existing = /* unspecified */, recursive = /* unspecified */, (since C++17) copy_symlinks = /* unspecified */, skip_symlinks = /* unspecified */, directories_only = /* unspecified */, create_symlinks…
