Fill the specified container with the specified value.
Each container in the specified standard vector is filled recursively by calling fill
.
- Template Parameters
-
Vec | A standard vector |
S | type of value |
- Parameters
-
[in] | x | Container. |
[in,out] | y | Value. |
Definition at line 57 of file fill.hpp.