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

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

Public Types

using TupleTrait = std::true_type
 

Public Attributes

std::tuple< OPT(MemSpace), OPT(TraitsArray), Allocatort
 

Detailed Description

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

Definition at line 1179 of file ClauseT.h.

Member Typedef Documentation

◆ TupleTrait

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

Definition at line 1180 of file ClauseT.h.

Member Data Documentation

◆ t

template<typename T , typename I , typename E >
std::tuple<OPT(MemSpace), OPT(TraitsArray), Allocator> tomp::clause::UsesAllocatorsT< T, I, E >::AllocatorSpec::t

Definition at line 1181 of file ClauseT.h.


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