8 #ifndef WPIUTIL_WPI_SOCKETERROR_H_ 9 #define WPIUTIL_WPI_SOCKETERROR_H_ 17 std::string SocketStrerror(
int code);
19 static inline std::string SocketStrerror() {
20 return SocketStrerror(SocketErrno());
25 #endif // WPIUTIL_WPI_SOCKETERROR_H_ namespace to hold default to_json function
Definition: json_binary_writer.cpp:39