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