SpECTRE
v2025.03.17
|
Function that merges two containers using the merge
method of the first container. Can be used to collect data in a std::map
in a reduction.
More...
#include <Functional.hpp>
Public Member Functions | |
template<typename T > | |
T | operator() (const T &t0, const T &t1) |
Function that merges two containers using the merge
method of the first container. Can be used to collect data in a std::map
in a reduction.