Using PathView to pass paths to APIs
This commit is contained in:
@@ -12,7 +12,7 @@ namespace fs
|
||||
class FS_API FileSink final : public ISink
|
||||
{
|
||||
public:
|
||||
FileSink(const AbsPath& filepath, Mode mode, Flags flags = Flags()) noexcept;
|
||||
FileSink(AbsPathView filepath, Mode mode, Flags flags = Flags()) noexcept;
|
||||
~FileSink() noexcept override;
|
||||
|
||||
FileSink(FileSink&& other) noexcept;
|
||||
|
||||
Reference in New Issue
Block a user