KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::internal::TagParam< TagType::any > Class Reference

Encapsulates a message tag. Specialization if the value is MPI_ANY_TAG. More...

#include <parameter_objects.hpp>

Inheritance diagram for kamping::internal::TagParam< TagType::any >:
kamping::internal::ParameterObjectBase

Public Member Functions

int tag () const
 
TagParam< tag_typeclone ()
 Get a copy of this TagParam.
 

Static Public Attributes

static constexpr ParameterType parameter_type = ParameterType::tag
 The parameter type.
 
static constexpr TagType tag_type = TagType::any
 

Detailed Description

Encapsulates a message tag. Specialization if the value is MPI_ANY_TAG.

Member Function Documentation

◆ clone()

Get a copy of this TagParam.

Returns
A copy of this TagParam.

◆ tag()

int kamping::internal::TagParam< TagType::any >::tag ( ) const
inline
Returns
The tag.

Member Data Documentation

◆ tag_type

The tag type.


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