SpECTRE
v2025.03.17
|
Functional that asserts that the function object C
applied to the first and second arguments are equal and returns the function object C applied to the first argument.
More...
#include <Functional.hpp>
Public Member Functions | |
template<class T > | |
const T & | operator() (const T &t0, const T &t1) |
Functional that asserts that the function object C
applied to the first and second arguments are equal and returns the function object C applied to the first argument.