LLVM 19.0.0git
Classes | Public Types | Public Attributes | List of all members
tomp::type::LoopIterationT< I, E > Struct Template Reference

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

Classes

struct  Distance
 

Public Types

using TupleTrait = std::true_type
 

Public Attributes

std::tuple< ObjectT< I, E >, OPT(Distance)> t
 

Detailed Description

template<typename I, typename E>
struct tomp::type::LoopIterationT< I, E >

Definition at line 237 of file ClauseT.h.

Member Typedef Documentation

◆ TupleTrait

template<typename I , typename E >
using tomp::type::LoopIterationT< I, E >::TupleTrait = std::true_type

Definition at line 242 of file ClauseT.h.

Member Data Documentation

◆ t

template<typename I , typename E >
std::tuple<ObjectT<I, E>, OPT(Distance)> tomp::type::LoopIterationT< I, E >::t

Definition at line 243 of file ClauseT.h.


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