Using PathView to pass paths to APIs
This commit is contained in:
@@ -10,8 +10,8 @@ namespace fs
|
||||
class FS_API FileSource final : public ISource
|
||||
{
|
||||
public:
|
||||
explicit FileSource(const AbsPath& i_filepath) noexcept;
|
||||
FileSource(const AbsPath& i_filepath, Flags i_flags) noexcept;
|
||||
explicit FileSource(AbsPathView i_filepath) noexcept;
|
||||
FileSource(AbsPathView i_filepath, Flags i_flags) noexcept;
|
||||
~FileSource() noexcept override;
|
||||
|
||||
FileSource(FileSource&& i_other) noexcept;
|
||||
|
||||
Reference in New Issue
Block a user