L
Size: a a a
L
L
Б
Б
Б
СК
struct Future {
Net::Types::client_t fd;
int event_id;
void (*callback)(Net::Types::client_t);
};
namespace std {
template <>
struct hash<Future> {
std::size_t operator()(const Future &fut) const {
return std::hash<Net::Types::client_t>()(fut.fd);
}
}
}
СК
L
СК
L
СК
СК
L
СК
L
L
СК