Skip to main content

remote_array_field_unchecked

Macro remote_array_field_unchecked 

Source
macro_rules! remote_array_field_unchecked {
    ($mr:expr, $T:ty, $index:expr) => { ... };
}
Expand description

Unchecked version of remote_array_field!.

Skips bounds checking against the region length, but the RDMA hardware will reject out-of-bounds operations with a Remote Access Error.