constexpr auto generate_n(OutputIt first, SizeT count, Generator g) -> OutputIt
Assigns values, generated by given function object g, to the first count elements in the range beginn...
Definition generate_n.hpp:20
constexpr auto count(InputIt first, InputIt last, T const &value) -> typename iterator_traits< InputIt >::difference_type
Returns the number of elements in the range [first, last) satisfying specific criteria....
Definition count.hpp:21