LLVM 17.0.0git
|
Internal utility to detect trivial move construction. More...
#include "llvm/Support/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 | t |
Internal utility to detect trivial move construction.
Definition at line 80 of file type_traits.h.
|
default |
|
default |
|
default |
T llvm::detail::move_construction_triviality_helper< T >::t |
Definition at line 81 of file type_traits.h.