libzypp  17.35.8
std::remove_cvref< T > Struct Template Reference

#include <zypp-core/zyppng/meta/type_traits.h>

Public Types

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

Detailed Description

template<class T>
struct std::remove_cvref< T >

Definition at line 76 of file type_traits.h.

Member Typedef Documentation

◆ type

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

Definition at line 77 of file type_traits.h.


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