| auto syten::mapVector | ( | std::vector< I > const & | a, |
| F | f | ||
| ) |
Maps a unary function over one vector.
| a | the input vector |
| f | the function to call on all elements of a |
f for all vector elements References std::vector< T >::reserve(), and std::vector< T >::size().
Here is the call graph for this function: