STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types | Public Attributes | Static Public Attributes | Related Functions

Describes the affinity of a location. More...

Static Public Member Functions

static constexpr affinity_tag make_tag (const tag_type t) noexcept
 

Public Types

typedef runtime::internal_affinity_tag tag_type
 

Public Attributes

tag_type tag
 

Static Public Attributes

static const std::size_t num_bits
 

Related Functions

(Note that these are not member functions.)

affinity_tag get_affinity (void) noexcept
 Returns the affinity of the current processing element.
 

Detailed Description

Describes the affinity of a location.

Member Data Documentation

◆ num_bits

const std::size_t stapl::affinity_tag::num_bits
static
Initial value:
=
(sizeof(affinity_tag::tag_type) * CHAR_BIT)

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