SpECTRE  v2024.03.19
Triggers::Or Class Reference

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

#include <LogicalTriggers.hpp>

Public Types

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

Public Member Functions

 Or (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 OR of other triggers.

Member Data Documentation

◆ help

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

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