template <class T>
struct is_trivially_relocatable
Defined at line 535 of file ../../third_party/abseil-cpp/absl/meta/type_traits.h
Otherwise we use a fallback that detects only those types we can feasibly
detect. Any type that is trivially copyable is by definition trivially
relocatable.