std::end(std::valarray)
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> template< class T > /*unspecified1*/ end( valarray<T>& v ); |
(1) | ( C++11) |
template< class T > /*unspecified2*/ end( 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 one past the last element in the numeric array. | v |
.
()
| : |
.
(C++11) |
std::begin ( ) |