dius 0.1.0
Loading...
Searching...
No Matches
operations.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/container/path/prelude.h"
4
5namespace dius::filesystem {
6namespace detail {
8 auto operator()(di::PathView path) const -> di::Result<bool>;
9 };
10}
11
13
14namespace detail {
16 auto operator()(di::PathView path) const -> di::Result<bool>;
17 };
18}
19
21}
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 >
auto operator()(di::PathView path) const -> di::Result< bool >