μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | List of all members
remove_cvref< T > Struct Template Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/detail/common.h>

Public Types

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

Detailed Description

template<class T>
struct remove_cvref< T >

Definition at line 639 of file common.h.

Member Typedef Documentation

◆ type [1/2]

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

Definition at line 640 of file common.h.

◆ type [2/2]

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

Definition at line 659 of file common.h.


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