dius 0.1.0
Loading...
Searching...
No Matches
hard_link_count.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/container/path/prelude.h"
4#include "di/vocab/error/prelude.h"
5
6namespace dius::filesystem {
7namespace detail {
9 auto operator()(di::PathView path) const -> di::Result<umax>;
10 };
11}
12
14}
Definition operations.h:6
Definition directory_entry.h:11
constexpr auto hard_link_count
Definition hard_link_count.h:13
auto operator()(di::PathView path) const -> di::Result< umax >