![]() |
![]()
| ![]() |
![]()
NAMEstd::valarray::resize - std::valarray::resize Synopsisvoid resize( std::size_t count, T value = T() );
Parameters count - new size of the container
Return value(none) Example// Run this code
Output:0 0 0 0 0 0 0 0 0 0 See also size returns the size of valarray
|