SpECTRE  v2024.04.12
Triggers::Not Class Reference

Negates another trigger. More...

#include <LogicalTriggers.hpp>

Public Types

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

Public Member Functions

 Not (std::unique_ptr< Trigger > negated_trigger)
 
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 = {"Negates another trigger."}
 

Detailed Description

Negates another trigger.


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