LLVM 22.0.0git
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 1232 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 1233 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 1234 of file ClauseT.h.


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