![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include <unordered_map>#include <set>#include <vector>
Include dependency graph for StlContainerConversion.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shambase |
| namespace for basic c++ utilities | |
Functions | |
| template<class T > | |
| std::vector< T > | shambase::vector_from_set (const std::set< T > &in) |
| template<class T > | |
| std::set< T > | shambase::set_from_vector (const std::vector< T > &in) |
| template<class K , class T > | |
| std::vector< K > | shambase::keys_from_map (const std::unordered_map< K, T > &in) |
Definition in file StlContainerConversion.hpp.