|
SpECTRE
v2026.04.01
|
Inserter for inserting data that is received as the value_type of a data structure that has an insert(value_type&&) member function. More...
#include <InboxInserters.hpp>
Static Public Member Functions | |
| template<typename Inbox, typename TemporalId, typename ReceiveDataType> | |
| static bool | insert_into_inbox (const gsl::not_null< Inbox * > inbox, const TemporalId &temporal_id, ReceiveDataType &&data) |
Inserter for inserting data that is received as the value_type of a data structure that has an insert(value_type&&) member function.
Can be used for receiving data into data structures like std::(unordered_)multiset.