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

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

Public Types

using TupleTrait = std::true_type
 

Public Member Functions

 ENUM (ImplicitBehavior, Alloc, To, From, Tofrom, Firstprivate, None, Default, Present)
 
 ENUM (VariableCategory, Scalar, Aggregate, Pointer, Allocatable)
 

Public Attributes

std::tuple< ImplicitBehavior, OPT(VariableCategory)> t
 

Detailed Description

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

Definition at line 452 of file ClauseT.h.

Member Typedef Documentation

◆ TupleTrait

template<typename T , typename I , typename E >
using tomp::clause::DefaultmapT< T, I, E >::TupleTrait = std::true_type

Definition at line 456 of file ClauseT.h.

Member Function Documentation

◆ ENUM() [1/2]

template<typename T , typename I , typename E >
tomp::clause::DefaultmapT< T, I, E >::ENUM ( ImplicitBehavior  ,
Alloc  ,
To  ,
From  ,
Tofrom  ,
Firstprivate  ,
None  ,
Default  ,
Present   
)

◆ ENUM() [2/2]

template<typename T , typename I , typename E >
tomp::clause::DefaultmapT< T, I, E >::ENUM ( VariableCategory  ,
Scalar  ,
Aggregate  ,
Pointer  ,
Allocatable   
)

Member Data Documentation

◆ t

template<typename T , typename I , typename E >
std::tuple<ImplicitBehavior, OPT(VariableCategory)> tomp::clause::DefaultmapT< T, I, E >::t

Definition at line 457 of file ClauseT.h.


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