[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/numeric/valarray/end2 [Back]  [Original]

std::end(std::valarray) cppreference.com
cppreference.com

std::end(std::valarray)

cppreference.com

<metanoindex/>

 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
(C++17)
(C++20)
(C++11)
(C++11)
(C++17)
(C++17)
(C++20)
(C++20)
(C++11)
(C++17)
(C++20)
(C++23)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
 
 
<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.
Google.
. .
1)
RandomAccessIterator.
:
The return type meets the requirements of mutable RandomAccessIterator.
Google.
. .
2)
RandomAccessIterator.
:
The return type meets the requirements of constant RandomAccessIterator.
Google.
. .

v
:
a numeric array
Google.
. .

.
:
Iterator to one past the last value in the numeric array.
Google.
. .

()

.

std::begin
( ) []

Web Proxy Viewer  |  New URL  |  Original Page