template< class U> std::enable_if_t< std::is_assignable< T, U >::value, STObject::ValueProxy< T > & > operator=( U&& u);