struct communicator::stride
Declaration
struct communicator::stride { /* full declaration omitted */ };
Description
Addresses a 1/2/3-dimensional subrange of a type-erased (buffer) allocation to be sent from or received into.
Member Variables
Friend Function Overview
- operator!=(const stride & lhs, const stride & rhs) → friend bool
- operator==(const stride & lhs, const stride & rhs) → friend bool
Friend Functions
¶friend bool operator!=(const stride& lhs,
const stride& rhs)
friend bool operator!=(const stride& lhs,
const stride& rhs)
Parameters
¶friend bool operator==(const stride& lhs,
const stride& rhs)
friend bool operator==(const stride& lhs,
const stride& rhs)