Home
last modified time | relevance | path

Searched defs:fill_n (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfill_n.h90 fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) { in fill_n() function
H A Dpstl.h250 fill_n(_ExecutionPolicy&& __policy, _ForwardIterator __first, _Size __n, const _Tp& __value) { in fill_n() function