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

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

Public Types

using List = ObjectListT< I, E >
 
using TupleTrait = std::true_type
 

Public Member Functions

 ENUM (LastprivateModifier, Conditional)
 

Public Attributes

std::tuple< OPT(LastprivateModifier), Listt
 

Detailed Description

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

Definition at line 712 of file ClauseT.h.

Member Typedef Documentation

◆ List

template<typename T , typename I , typename E >
using tomp::clause::LastprivateT< T, I, E >::List = ObjectListT<I, E>

Definition at line 713 of file ClauseT.h.

◆ TupleTrait

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

Definition at line 715 of file ClauseT.h.

Member Function Documentation

◆ ENUM()

template<typename T , typename I , typename E >
tomp::clause::LastprivateT< T, I, E >::ENUM ( LastprivateModifier  ,
Conditional   
)

Member Data Documentation

◆ t

template<typename T , typename I , typename E >
std::tuple<OPT(LastprivateModifier), List> tomp::clause::LastprivateT< T, I, E >::t

Definition at line 716 of file ClauseT.h.


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