LLVM 17.0.0git
Public Attributes | List of all members
llvm::detail::trivial_helper< T > Union Template Reference

#include "llvm/Support/type_traits.h"

Collaboration diagram for llvm::detail::trivial_helper< T >:
Collaboration graph
[legend]

Public Attributes

T t
 

Detailed Description

template<class T>
union llvm::detail::trivial_helper< T >

Definition at line 89 of file type_traits.h.

Member Data Documentation

◆ t

template<class T >
T llvm::detail::trivial_helper< T >::t

Definition at line 90 of file type_traits.h.


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