Searched defs:TargetValueWithConfig (Results 1 – 1 of 1) sorted by relevance
48 struct TargetValueWithConfig { struct49 TargetValue value;50 std::string config;52 [[nodiscard]] std::pair<std::string, TargetValue> to_pair() const { in to_pair()