template <typename T>
T ret;

ret<int> = connect(...);
ret<ssize_t> = send(...);
ret<auto> = send(...);

ㄴ 기대하는 상상도

죄다 날로 먹고 싶은데