LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::detail::move_construction_triviality_helper< T > Union Template Reference

Internal utility to detect trivial move construction. More...

#include "llvm/Support/type_traits.h"

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

Public Member Functions

 move_construction_triviality_helper ()=default
 
 move_construction_triviality_helper (move_construction_triviality_helper &&)=default
 
 ~move_construction_triviality_helper ()=default
 

Public Attributes

T t
 

Detailed Description

template<typename T>
union llvm::detail::move_construction_triviality_helper< T >

Internal utility to detect trivial move construction.

Definition at line 117 of file type_traits.h.

Constructor & Destructor Documentation

◆ move_construction_triviality_helper() [1/2]

◆ move_construction_triviality_helper() [2/2]

◆ ~move_construction_triviality_helper()

Member Data Documentation

◆ t

Definition at line 118 of file type_traits.h.


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