Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Namespaces | Functions
StlContainerConversion.hpp File Reference
#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)
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file StlContainerConversion.hpp.