|
Functions |
template<class ForwardRange , class T > |
void | fill (ForwardRange &range, const T &value) |
Detailed Description
- See also:
- STL documentation for fill
Function Documentation
void adobe::fill |
( |
ForwardRange & |
range, |
|
|
const T & |
value |
|
) |
| |
fill implementation
Definition at line 38 of file fill.hpp.
|