![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include <set>#include <vector>
Include dependency graph for sets.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 , class Container1 , class Container2 > | |
| void | shambase::set_diff (Container1 &c1, Container2 &ref, std::vector< T > &missing, std::vector< T > &matching, std::vector< T > &extra) |
| Compute the difference between two containers as three separate vectors. | |
Definition in file sets.hpp.