WPILibC++ 2023.4.3-108-ge5452e3
wpi::detail::move_construction_triviality_helper< T > Union Template Reference

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

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/type_traits.h>

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
 

Detailed Description

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

Internal utility to detect trivial move construction.

Constructor & Destructor Documentation

◆ move_construction_triviality_helper() [1/2]

template<typename T >
wpi::detail::move_construction_triviality_helper< T >::move_construction_triviality_helper ( )
default

◆ move_construction_triviality_helper() [2/2]

template<typename T >
wpi::detail::move_construction_triviality_helper< T >::move_construction_triviality_helper ( move_construction_triviality_helper< T > &&  )
default

◆ ~move_construction_triviality_helper()

Member Data Documentation

◆ t

template<typename T >
T wpi::detail::move_construction_triviality_helper< T >::t

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