ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
keys.hpp File Reference
#include <algorithm>
#include <vector>
+ Include dependency graph for keys.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Utils
 

Functions

template<typename Map >
auto Utils::keys (Map const &m) -> std::vector< typename Map::key_type >
 Return the keys of a map type.