Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
generate « STL Algorithms Modifying sequence operations « C++
C++
STL Algorithms Modifying sequence operations
generate
1.
Provide predicate for std::generate
2.
Illustrating the generic generate algorithm: Fill vector1 with 1, 4, 9, 16, ..., 100
3.
Use std::generate to fill elements in a vector
4.
Int sequence
5.
Use generate to insert five random numbers into a list
6.
Generate a sequence.