#pragma once #include #include namespace flow { /** * Run the flow given by 'Tag'. * * @tparam Tag Type of the flow to be ran. This is the name of the flow::builder * used to declare and build the flow. */ template FunctionPtr &run = cib::service; } // namespace flow