union move_construction_triviality_helper

Declaration

template <typename T>
union move_construction_triviality_helper { /* full declaration omitted */ };

Description

Internal utility to detect trivial move construction.

Declared at: llvm/include/llvm/Support/type_traits.h:81

Templates

T

Member Variables

public T t

Method Overview

Methods

move_construction_triviality_helper<T>()

Declared at: llvm/include/llvm/Support/type_traits.h:83

move_construction_triviality_helper<T>(
    move_construction_triviality_helper<T>&&)

Declared at: llvm/include/llvm/Support/type_traits.h:84

Parameters

move_construction_triviality_helper<T>&&

~move_construction_triviality_helper<T>()

Declared at: llvm/include/llvm/Support/type_traits.h:85