Searched defs:TargetValueWithConfig (Results 1 – 1 of 1) sorted by relevance
51 struct TargetValueWithConfig { struct52 TargetValue value;53 std::string config;55 [[nodiscard]] std::pair<std::string, TargetValue> to_pair() const { in to_pair()