Searched defs:IntFdTraits (Results 1 – 1 of 1) sorted by relevance
14 struct IntFdTraits { struct15 using PipeType = int;16 static constexpr int kInvalidValue = -1;18 static void Close(PipeType pipe) { close(pipe); } in Close()