SpECTRE  v2024.04.12
Triggers::And Class Reference

Short-circuiting logical AND of other triggers. More...

#include <LogicalTriggers.hpp>

Public Types

using argument_tags = tmpl::list< Tags::DataBox >
 

Public Member Functions

 And (std::vector< std::unique_ptr< Trigger > > combined_triggers)
 
template<typename DbTags >
bool operator() (const db::DataBox< DbTags > &box) const
 
void pup (PUP::er &p)
 
- Public Member Functions inherited from Trigger
 WRAPPED_PUPable_abstract (Trigger)
 
template<typename DbTags >
bool is_triggered (const db::DataBox< DbTags > &box) const
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Short-circuiting logical AND of other triggers.

Member Data Documentation

◆ help

constexpr Options::String Triggers::And::help
staticconstexpr
Initial value:
= {
"Short-circuiting logical AND of other triggers."}

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