ARGoS 3
A parallel, multi-engine simulator for swarm robotics
std Namespace Reference

For argos::CTCPSocket::EEvent to be used in std::unordered_set<> and std::unordered_map<>, we need to specialize std::hash(). More...

Classes

struct  hash< argos::CTCPSocket::EEvent >
 

Detailed Description

For argos::CTCPSocket::EEvent to be used in std::unordered_set<> and std::unordered_map<>, we need to specialize std::hash().

This is necessary in C+11. Starting from C++14, this would not be necessary.