SpECTRE  v2024.03.19
funcl::And< C0, C1 > Struct Template Reference

Functional for computing and of two objects. More...

#include <Functional.hpp>

Public Types

using base = Functional< C0::arity+C1::arity >
 

Public Member Functions

template<class... Ts>
constexpr auto operator() (const Ts &... ts)
 

Detailed Description

template<class C0 = Identity, class C1 = C0>
struct funcl::And< C0, C1 >

Functional for computing and of two objects.


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