(C++) iota

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) iota

 

iota is a non-standard algorithm that was commonly supplied with C++98 STL implementations. With the C++11 STL std::iota is supplied.

 

 

 

 

 

Examples

 

  • iota example 1: example implementation and use