Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Assigns the value of elements from a source range to a destination range.
template<class OutputIterator>
void param(OutputIterator dest) const;
Parameters
- dest
An output iterator addressing the position of the first element in the destination range.
Remarks
The template function executes copy(vec.begin(), vec.end(), dest).
Requirements
Header: <random>
Namespace: std