Iros
 
Loading...
Searching...
No Matches
operations.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace dius::filesystem {
6namespace detail {
10}
11
13
14namespace detail {
16 auto operator()(di::PathView path) const -> di::Result<bool>;
17 };
18}
19
21}
PathViewImpl< string::TransparentEncoding > PathView
Definition path_view.h:11
Expected< T, Error > Result
Definition result.h:8
Definition print.h:8
Definition operations.h:6
Definition directory_entry.h:11
constexpr auto create_regular_file
Definition operations.h:12
constexpr auto create_directory
Definition operations.h:20
auto operator()(di::PathView path) const -> di::Result< bool >
Definition operations.cpp:25
auto operator()(di::PathView path) const -> di::Result< bool >
Definition operations.cpp:13