Fills a range of POD elements with a given value.
Synopsis
Declared in <folly/FBString.h>
template<
class Pod,
class T>
void
podFill(
Pod* b,
Pod* e,
T c);
Parameters
Name |
Description |
b |
Pointer to the first element to fill. |
e |
Pointer past the last element to fill. |
c |
The value written to every element in the range. |
Created with MrDocs