LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
MapKeyIterator.h File Reference

Provides a key iterator from a map-type object. More...

#include <iterator>
#include <tuple>
#include <type_traits>

Go to the source code of this file.

Classes

class  rndm::NuRandomServiceHelper::MapKeyIterator< Iter >
 Wraps a map-like object iterator to iterate on its first element. More...
 
class  rndm::NuRandomServiceHelper::MapKeyConstIteratorBox< Map >
 Provides iterators for std::begin() and std::end() More...
 

Namespaces

 rndm
 
 rndm::NuRandomServiceHelper
 

Detailed Description

Provides a key iterator from a map-type object.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
February 18th, 2015

The classes provided here are templates.

Definition in file MapKeyIterator.h.