28 std::shared_ptr<Source> source,
char const* creator,
29 char const* suffix,
char const* layer) {
32 [source = std::move(source)](phlex::data_cell_index
const&)
33 -> std::shared_ptr<Source> {
return source; },
34 phlex::concurrency::unlimited)
35 .output_product(creator, suffix, layer);
void provide_constant(Registrar &s, char const *algorithm, std::shared_ptr< Source > source, char const *creator, char const *suffix, char const *layer)
Definition provider_helpers.hpp:27