Request Struct Reference

Static Public Member Functions

template<typename Type = MPI_Request>
static std::enable_if< std::is_pointer< Type >::value, Type >::type get (const UPstream::Request &req) noexcept
 
template<typename Type = MPI_Request>
static std::enable_if< std::is_integral< Type >::value, Type >::type get (const UPstream::Request &req) noexcept
 

Detailed Description

Definition at line 56 of file UPstreamWrapping.H.

Member Function Documentation

◆ get() [1/2]

static std::enable_if<std::is_pointer<Type>::value, Type>::type get ( const UPstream::Request req)
inlinestaticnoexcept

Definition at line 61 of file UPstreamWrapping.H.

◆ get() [2/2]

static std::enable_if<std::is_integral<Type>::value, Type>::type get ( const UPstream::Request req)
inlinestaticnoexcept

Definition at line 69 of file UPstreamWrapping.H.


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