MySQL 8.0.37
Source Code Documentation
stdx::remove_cvref< T > Struct Template Reference

#include <type_traits.h>

Public Types

using type = std::remove_cv_t< std::remove_reference_t< T > >
 

Member Typedef Documentation

◆ type

template<class T >
using stdx::remove_cvref< T >::type = std::remove_cv_t<std::remove_reference_t<T> >

The documentation for this struct was generated from the following file: