Пример #1
0
 /** node_id mapping */
 friend std::size_t hash_value(server_node const & that)
 {
     return hash(that.id());
 }