Program Listing for File validate_process.hpp

Return to documentation for file (include/eat/process/validate_process.hpp)

#pragma once
#include "eat/framework/process.hpp"
#include "eat/process/profiles.hpp"

namespace eat::process {
framework::ProcessPtr make_validate(const std::string &name, const profiles::Profile &profile);
}  // namespace eat::process