Documentation Home >> Headers >> <jss/concurrent_map.hpp> Header >> jss::concurrent_modification class

Instances of jss::concurrent_modification are thrown as exceptions when jss::concurrent_map::iterator instances that refer to deleted nodes are compared.

class concurrent_modification:
    public std::runtime_error
{
public:
    concurrent_modification():
};
Header

#include <jss/concurrent_map.hpp>

See Also