LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
lci::rmr_t Struct Reference

The type of remote memory region. More...

#include <lci.hpp>

Public Member Functions

 rmr_t ()
 
bool is_empty () const
 

Public Attributes

uintptr_t base
 
uint64_t opaque_rkey
 

Detailed Description

The type of remote memory region.

The internal structure of the remote memory region should be considered opaque to users.

Constructor & Destructor Documentation

◆ rmr_t()

lci::rmr_t::rmr_t ( )
inline

Member Function Documentation

◆ is_empty()

bool lci::rmr_t::is_empty ( ) const
inline

Member Data Documentation

◆ base

uintptr_t lci::rmr_t::base

◆ opaque_rkey

uint64_t lci::rmr_t::opaque_rkey

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