ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <algorithm>
#include <vector>
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. | |