|
WRApplication
External kratos "application" for multiscale time integration.
|
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 | |
| namespace | Kratos |
| namespace | 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. | |
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. | |