MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / append_convert

Function append_convert

include/fplus/container_common.hpp:1210–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208// use an output container type different from the input container type.
1209template <typename ContainerOut, typename ContainerIn1, typename ContainerIn2 = ContainerIn1>
1210ContainerOut append_convert(const ContainerIn1& xs, const ContainerIn2& ys)
1211{
1212 return append<ContainerIn1, ContainerIn2, ContainerOut>(xs, ys);
1213}
1214
1215// API search type: concat : [[a]] -> [a]
1216// fwd bind count: 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected