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

Synopsis

Declared in <absl/meta/type_traits.h>

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

Deprecated. Use of this entity is allowed but discouraged.

Created with MrDocs