Iros
 
Loading...
Searching...
No Matches
hard_link_count.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace dius::filesystem {
7namespace detail {
9 auto operator()(di::PathView path) const -> di::Result<umax>;
10 };
11}
12
14}
PathViewImpl< string::TransparentEncoding > PathView
Definition path_view.h:11
Expected< T, Error > Result
Definition result.h:8
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 >
Definition query.cpp:84