Struct sym::remove_cvref# template<class T>struct remove_cvref# Public Types using type = std::remove_cv_t<std::remove_reference_t<T>>#