std::experimental::propagate_const<T>::operator=

Let t_ designate the private data member that is the wrapped pointer-like object.

# Declarations

constexpr propagate_const& operator=( propagate_const&& p ) = default;

(library fundamentals TS v2)

template< class U >
constexpr propagate_const& operator=( propagate_const<U>&& pu );

(library fundamentals TS v2)

template< class U >
constexpr propagate_const& operator=( U&& u );

(library fundamentals TS v2)

propagate_const& operator=( const propagate_const& ) = delete;

(library fundamentals TS v2)

# Parameters

# Return value

*this.