Obtain an iterator
holding
a past-the-end value for a given jss::concurrent_map
instance.
iterator end();
A past-the-end iterator
for *this
.
This iterator is always an anchor. See jss::concurrent_map::iterator::anchor()
.
Nothing.
end()
may be called concurrently with any other member function of jss::concurrent_map
on a given instance
(except for the constructor and destructor) without external synchronization.
#include <jss/concurrent_map.hpp>