WRApplication
External kratos "application" for multiscale time integration.
MapKeyRange.hpp File Reference
Include dependency graph for MapKeyRange.hpp:

Go to the source code of this file.

Classes

class  MapKeyIterator< TIterator >
 Iterator providing access to the keys of an std::map or std::unordered_map. More...
 

Namespaces

 Kratos
 
 Kratos::WRApp
 

Typedefs

template<class TMap >
using MapKeyRange = Range< MapKeyIterator< typename TMap::const_iterator > >
 Range class iterating over the keys of a standard-conforming map type. More...
 

Functions

template<class TMap >
 MapKeyRange< TMap > (WR_APPLICATION) MakeConstMapKeyRange(const TMap &rMap)
 Create a view on the keys of an std::map or std::unordered_map. More...