17#ifndef TOOLBOX_IO_FILE_HPP
18#define TOOLBOX_IO_FILE_HPP
80inline int remove(
const char* path, std::error_code&
ec)
noexcept
90inline std::pair<FileHandle, FileHandle>
pipe2(
int flags, std::error_code&
ec)
noexcept
210inline int fcntl(
int fd,
int cmd, std::error_code&
ec)
noexcept
220template <
typename ArgT>
241template <
typename ArgT>