LLVM 19.0.0git
Public Types | Public Member Functions | Public Attributes | List of all members
tomp::clause::ProcBindT< T, I, E > Struct Template Reference

#include "llvm/Frontend/OpenMP/ClauseT.h"

Public Types

using WrapperTrait = std::true_type
 

Public Member Functions

 ENUM (AffinityPolicy, Close, Master, Spread, Primary)
 

Public Attributes

AffinityPolicy v
 

Detailed Description

template<typename T, typename I, typename E>
struct tomp::clause::ProcBindT< T, I, E >

Definition at line 931 of file ClauseT.h.

Member Typedef Documentation

◆ WrapperTrait

template<typename T , typename I , typename E >
using tomp::clause::ProcBindT< T, I, E >::WrapperTrait = std::true_type

Definition at line 933 of file ClauseT.h.

Member Function Documentation

◆ ENUM()

template<typename T , typename I , typename E >
tomp::clause::ProcBindT< T, I, E >::ENUM ( AffinityPolicy  ,
Close  ,
Master  ,
Spread  ,
Primary   
)

Member Data Documentation

◆ v

template<typename T , typename I , typename E >
AffinityPolicy tomp::clause::ProcBindT< T, I, E >::v

Definition at line 934 of file ClauseT.h.


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