Searched refs:unix_fd_type (Results 1 – 3 of 3) sorted by relevance
154 struct unix_fd_type struct158 unix_fd_type() = default;159 unix_fd_type(int f) : fd(f) {} in unix_fd_type() argument173 using unix_fd = details::unix_fd_type;
128 struct append_single<details::unix_fd_type>
80 std::is_convertible_v<Td<T>, details::unix_fd_type>, in op()