|
LLVM
8.0.1
|
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 117 of file type_traits.h.
|
default |
|
default |
|
default |
| T llvm::detail::move_construction_triviality_helper< T >::t |
Definition at line 118 of file type_traits.h.
1.8.13