std::begin(std::valarray)
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> template< class T > /*unspecified1*/ begin( valarray<T>& v ); |
(1) | ( C++11) |
template< class T > /*unspecified2*/ begin( const valarray<T>& v ); |
(2) | ( C++11) |
std::begin
valarray . :
The specialization of std::begin for
valarray returns an iterator of unspecified type referring to the first element in the numeric array. | v |
.
()
| : |
.
(C++11) |
std::end ( ) |