SpECTRE  v2024.03.19
Parallel::InboxInserters::Value< InboxTag > Struct Template Reference

Inserter for data that is inserted by copy/move. More...

#include <InboxInserters.hpp>

Static Public Member Functions

template<typename Inbox , typename TemporalId , typename ReceiveDataType >
static void insert_into_inbox (const gsl::not_null< Inbox * > inbox, const TemporalId &temporal_id, ReceiveDataType &&data)
 

Detailed Description

template<typename InboxTag>
struct Parallel::InboxInserters::Value< InboxTag >

Inserter for data that is inserted by copy/move.

struct ValueTag : public Parallel::InboxInserters::Value<ValueTag> {
using temporal_id = size_t;
};
Inserter for data that is inserted by copy/move.
Definition: InboxInserters.hpp:86

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