SpECTRE  v2024.04.12
funcl::Merge< C0, C1 > Struct Template Reference

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 >
operator() (const T &t0, const T &t1)
 

Detailed Description

template<typename C0 = Identity, typename C1 = C0>
struct funcl::Merge< C0, C1 >

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.


The documentation for this struct was generated from the following file: