arsenalgear-cpp
A library containing general purpose C++ utils.
Namespaces | Macros | Functions
containers.hpp File Reference
#include <vector>
#include <map>
Include dependency graph for containers.hpp:

Go to the source code of this file.

Namespaces

 agr
 

Macros

#define ARSENALGEAR_CONTAINERS_HPP
 

Functions

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...
 

Detailed Description

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

Macro Definition Documentation

◆ ARSENALGEAR_CONTAINERS_HPP

#define ARSENALGEAR_CONTAINERS_HPP