std::gslice_array<T>::operator=

Assigns values to all referred elements.

# Declarations

void operator=( const T& value ) const;
void operator=( const std::valarray<T>& val_arr ) const;
const gslice_array& operator=( const gslice_array& other_arr ) const;

# Parameters

# Example

This section is incompleteReason: no example

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 123C++98overload (2) was non-constmade const
LWG 253C++98the copy assignment operator was privatemade public
LWG 621C++98the copy assignment operator was non-constmade const