MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / Transformer

Method Transformer

simcore/framework/src/cli/cli.hpp:2796–2797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2794 /// This allows in-place construction
2795 template <typename... Args>
2796 Transformer(std::initializer_list<std::pair<std::string, std::string>> values, Args &&...args)
2797 : Transformer(TransformPairs<std::string>(values), std::forward<Args>(args)...) {}
2798
2799 /// direct map of std::string to std::string
2800 template <typename T>

Callers

nothing calls this directly

Calls 5

generate_mapFunction · 0.85
smart_derefFunction · 0.85
lexical_castFunction · 0.85
searchFunction · 0.85
value_stringFunction · 0.85

Tested by

no test coverage detected