std::slice_array (3) - Linux Manuals
std::slice_array: std::slice_array
NAME
std::slice_array - std::slice_array
Synopsis
Defined in header <valarray>
template< class T > class slice_array;
std::slice_array is a helper template used by std::slice subscript operator. It has reference semantics to a subset of the array specified by the std::slice object.
Member types
Type       Definition
value_type T
Member functions
 
 
 
 
 
 
 
 
 
 
 
 
 
constructor   (public member function)
 
destructor    (public member function)
 
operator=     (public member function)
operator+=
operator-=
operator*=
operator/=    performs arithmetic operation on the array referred by slice.
operator%=    (public member function)
operator&=
operator|=
operator^=
operator<<=
operator>>=
Example
 This section is incomplete
 Reason: no example
See also
 
gslice_array (class template)