struct is_trivially_move_constructible
Declaration
template <typename T>
struct is_trivially_move_constructible { /* full declaration omitted */ };
Description
An implementation of `std::is_trivially_move_constructible` since we have users with STLs that don't yet include it.
Declared at: llvm/include/llvm/Support/type_traits.h:110
Templates
- T