libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ size()

template<class _Tp>
size_t std::valarray< _Tp >::size ( ) const
inline

Return the number of elements in array.

Definition at line 949 of file valarray.

950 { return _M_size; }
size_t _M_size
Definition valarray:575

References _M_size, and size().

Referenced by valarray(), valarray(), valarray(), std::gslice_array< _Tp >::operator=(), std::mask_array< _Tp >::operator=(), operator[](), operator[](), operator[](), and size().

Here is the call graph for this function:
Here is the caller graph for this function: