Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
utils.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_LOGIC_UTILS_HPP_
2#define IV_SRC_LOGIC_UTILS_HPP_
3
4#include "core/defines.hpp"
5
6#include <fmt/format.h>
7
9{
10
13 const std::string &externalParamTag)
14{
15 return fmt::format("{}-{}", libBlockTag, externalParamTag);
16}
17
18}// namespace iv::logic::utils
19
20#endif//IV_SRC_LOGIC_UTILS_HPP_
Definition utils.hpp:9
iv::types::externalParameterOnlineId generateExternalParameterOnlineId(const iv::types::logic::libraryTagName &libBlockTag, const std::string &externalParamTag)
Definition utils.hpp:12
std::string libraryTagName
Definition types.hpp:131
std::string externalParameterOnlineId
Definition types.hpp:83