#exercise 42 count_if(v.cbegin(), v.cend(),std::bind(greater(),_1,1024)) find_if(v.cbegin(), v.cend(), std::bind(not_equal_to(), _1, pooh)) transfrom(v.begin(), v.end(), std::bind(multiplies, _1, 2))
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
#exercise 42 count_if(v.cbegin(), v.cend(),std::bind(greater(),_1,1024)) find_if(v.cbegin(), v.cend(), std::bind(not_equal_to(), _1, pooh)) transfrom(v.begin(), v.end(), std::bind(multiplies, _1, 2))