OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Static Public Member Functions | List of all members
PutSingleItem< T, true, true > Struct Template Reference

#include <Message.h>

Static Public Member Functions

static Messageput (Message &, T, T)
 
static Messageget (Message &, T)
 
static Messageput (Message &, const std::vector< size_t > &, T)
 
static Messageget_iter (Message &, T)
 

Detailed Description

template<class T>
struct PutSingleItem< T, true, true >

Definition at line 129 of file Message.h.

Member Function Documentation

◆ get()

template<class T >
Message & PutSingleItem< T, true, true >::get ( Message msg,
ptr 
)
static

Definition at line 183 of file Message.hpp.

◆ get_iter()

template<class T >
Message & PutSingleItem< T, true, true >::get_iter ( Message m,
o 
)
static

Definition at line 198 of file Message.hpp.

◆ put() [1/2]

template<class T >
Message & PutSingleItem< T, true, true >::put ( Message m,
const std::vector< size_t > &  indices,
beg 
)
static

Definition at line 190 of file Message.hpp.

◆ put() [2/2]

template<class T >
Message & PutSingleItem< T, true, true >::put ( Message msg,
beg,
end 
)
static

Definition at line 173 of file Message.hpp.

References end(), Message::putmsg(), and value_type().

Here is the call graph for this function:

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