LLVM 19.0.0git
Public Types | Public Attributes | List of all members
tomp::clause::DependT< T, I, E >::WithLocators Struct Reference

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

Public Types

using TupleTrait = std::true_type
 

Public Attributes

std::tuple< TaskDependenceType, OPT(Iterator), LocatorListt
 

Detailed Description

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

Definition at line 470 of file ClauseT.h.

Member Typedef Documentation

◆ TupleTrait

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

Definition at line 471 of file ClauseT.h.

Member Data Documentation

◆ t

template<typename T , typename I , typename E >
std::tuple<TaskDependenceType, OPT(Iterator), LocatorList> tomp::clause::DependT< T, I, E >::WithLocators::t

Definition at line 473 of file ClauseT.h.


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