30 Input/output library [input.output]

30.10 File systems [filesystems]

30.10.34 Filesystem operation functions [fs.op.funcs]

30.10.34.15 Hard link count [fs.op.hard_lk_ct]

uintmax_t hard_link_count(const path& p); uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;

Returns: Количество жестких ссылок для p. Подпись с аргументом ec возвращается, static_­cast<uintmax_­t>(-1) если возникает ошибка.

Throws: Как указано в [fs.err.report].