absl::is_trivially_move_constructible

Deprecated alias for std::is_trivially_move_constructible. Prefer the std version directly.

Synopsis

Declared in <absl/meta/type_traits.h>

template<class T>
using is_trivially_move_constructible [[deprecated]] = std::is_trivially_move_constructible<T>;

WARNING

Deprecated. Use of this entity is allowed but discouraged.