Gobelijn API documentation
- generated for commit a0cbea7
|
Files | |
file | adder.cpp [code] |
Varyadic template adder. | |
file | algo.cpp [code] |
Demo for generic programming. | |
file | fill.cpp [code] |
Fill container with random values, using STL. | |
file | find.cpp [code] |
Demo for find algorithm & ranges. | |
file | freq.cpp [code] |
Bin values in frequency table. | |
file | RandInt.h [code] |
Functor produces random values. | |
file | Range.h [code] |
Range (see also boost Range library) | |
file | sum1.cpp [code] |
Sum elements of container, first attempt. | |
file | sum2.cpp [code] |
Sum the elements of container, using STL. | |
file | trans.cpp [code] |
Tranform sequences, using STL. | |