SpECTRE  2021.08.02
Parallel::PerformAlgorithmCallback< Proxy > Class Template Reference

Wraps a call to perform_algorithm. More...

#include <Callback.hpp>

Public Member Functions

 WRAPPED_PUPable_decl_template (PerformAlgorithmCallback)
 
 PerformAlgorithmCallback (Proxy proxy)
 
void invoke () noexcept override
 
void pup (PUP::er &p) noexcept override
 
- Public Member Functions inherited from Parallel::Callback
 WRAPPED_PUPable_abstract (Callback)
 
 Callback (const Callback &)=default
 
Callbackoperator= (const Callback &)=default
 
 Callback (Callback &&)=default
 
Callbackoperator= (Callback &&)=default
 

Detailed Description

template<typename Proxy>
class Parallel::PerformAlgorithmCallback< Proxy >

Wraps a call to perform_algorithm.

Member Function Documentation

◆ invoke()

template<typename Proxy >
void Parallel::PerformAlgorithmCallback< Proxy >::invoke ( )
inlineoverridevirtualnoexcept

Implements Parallel::Callback.