struct is_trivially_copy_constructible

Declaration

template <typename T>
struct is_trivially_copy_constructible { /* full declaration omitted */ };

Description

An implementation of `std::is_trivially_copy_constructible` since we have users with STLs that don't yet include it.

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

Templates

T