.TH "std::experimental::propagate_const< _Tp >" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::experimental::propagate_const< _Tp > \- Const-propagating wrapper\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits std::experimental::__propagate_const_conversions< _Tp >\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBusing\fP \fBelement_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template<\fBtypename\fP _Up , \fBtypename\fP \fBenable_if\fP< __and_< \fBis_constructible\fP< _Tp, _Up && >, is_convertible< _Up &&, _Tp >, __not_< __is_propagate_const< \fBtypename\fP \fBdecay\fP< _Up >::type > > >::value, bool >::type = true> constexpr \fBpropagate_const\fP (_Up &&\fB__u\fP)" .br .ti -1c .RI "template<\fBtypename\fP _Up , \fBtypename\fP \fBenable_if\fP< __and_< \fBis_constructible\fP< _Tp, _Up && >, __not_< is_convertible< _Up &&, _Tp > >, __not_< __is_propagate_const< \fBtypename\fP \fBdecay\fP< _Up >::type > > >::value, bool >::type = false> constexpr \fBpropagate_const\fP (_Up &&\fB__u\fP)" .br .ti -1c .RI "\fBpropagate_const\fP (const \fBpropagate_const\fP &__p)=\fBdelete\fP" .br .ti -1c .RI "constexpr \fBpropagate_const\fP (\fBpropagate_const\fP &&__p)=\fBdefault\fP" .br .ti -1c .RI "template<\fBtypename\fP _Up , \fBtypename\fP \fBenable_if\fP< __and_< \fBis_constructible\fP< _Tp, _Up && >, is_convertible< _Up &&, _Tp > >::value, bool >::type = true> constexpr \fBpropagate_const\fP (\fBpropagate_const\fP< _Up > &&\fB__pu\fP)" .br .ti -1c .RI "template<\fBtypename\fP _Up , \fBtypename\fP \fBenable_if\fP< __and_< \fBis_constructible\fP< _Tp, _Up && >, __not_< is_convertible< _Up &&, _Tp > > >::value, bool >::type = false> constexpr \fBpropagate_const\fP (\fBpropagate_const\fP< _Up > &&\fB__pu\fP)" .br .ti -1c .RI "constexpr element_type * \fBget\fP ()" .br .ti -1c .RI "constexpr const element_type * \fBget\fP () const" .br .ti -1c .RI "constexpr \fBoperator bool\fP () const" .br .ti -1c .RI "constexpr element_type & \fBoperator*\fP ()" .br .ti -1c .RI "constexpr const element_type & \fBoperator*\fP () const" .br .ti -1c .RI "constexpr element_type * \fBoperator\->\fP ()" .br .ti -1c .RI "constexpr const element_type * \fBoperator\->\fP () const" .br .ti -1c .RI "template<\fBtypename\fP _Up , \fBtypename\fP = typename enable_if<__and_, __not_<__is_propagate_const< typename decay<_Up>::type>> >::value>::type> constexpr \fBpropagate_const\fP & \fBoperator=\fP (_Up &&\fB__u\fP)" .br .ti -1c .RI "\fBpropagate_const\fP & \fBoperator=\fP (const \fBpropagate_const\fP &__p)=\fBdelete\fP" .br .ti -1c .RI "constexpr \fBpropagate_const\fP & \fBoperator=\fP (\fBpropagate_const\fP &&__p)=\fBdefault\fP" .br .ti -1c .RI "template<\fBtypename\fP _Up , \fBtypename\fP = typename enable_if::value>::type> constexpr \fBpropagate_const\fP & \fBoperator=\fP (\fBpropagate_const\fP< _Up > &&\fB__pu\fP)" .br .ti -1c .RI "constexpr \fBvoid\fP \fBswap\fP (\fBpropagate_const\fP &\fB__pt\fP) noexcept(\fB__is_nothrow_swappable\fP< _Tp >::value)" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template<\fBtypename\fP _Up > constexpr const _Up & \fBget_underlying\fP (const \fBpropagate_const\fP< _Up > &\fB__pt\fP) noexcept" .br .ti -1c .RI "template<\fBtypename\fP _Up > constexpr _Up & \fBget_underlying\fP (\fBpropagate_const\fP< _Up > &\fB__pt\fP) noexcept" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Tp> .br class std::experimental::propagate_const< _Tp >"Const-propagating wrapper\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.