#include <vector>
#include <map>
Go to the source code of this file.
|
template<typename TK , typename TV > |
std::vector< TK > | agr::extract_map_keys (std::map< TK, TV > const &input_map) |
| Function used to extract a vector of keys from a map. More...
|
|
template<typename TK , typename TV > |
std::vector< TV > | agr::extract_map_elem (std::map< TK, TV > const &input_map) |
| Function used to extract a vector of elements from a map. More...
|
|
- Author
- Gianluca Bianco (bianc.nosp@m.ogia.nosp@m.nluca.nosp@m.9@gm.nosp@m.ail.c.nosp@m.om)
- Date
- 2022-06-06
- Copyright
- Copyright (c) 2022 Gianluca Bianco under the MIT license.
◆ ARSENALGEAR_CONTAINERS_HPP
#define ARSENALGEAR_CONTAINERS_HPP |