![]() |
Home | Libraries | People | FAQ | More |
OneManyPipe
A OneManyPipe 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
Pipe::input_type
The type of elements the pipe converts from.
output_type
Pipe::output_type
The type of elements the pipe converts into.
max_output
Pipe::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