OneManyConverter
A OneManyConverter is a function object that takes a value as argument and writes a number of elements to a range, hence making it a one-to-many conversion facility.
input_type
Converter::input_type
The type of elements the converter converts from.
output_type
Converter::output_type
The type of elements the converter converts into.
max_output
Converter::max_output
Optional MPL integral constant that states how many
elements may be added to out
at maximum in a call to
the function object.
p
v
out