Searched refs:variantResp (Results 1 – 1 of 1) sorted by relevance
152 std::variant<std::string> variantResp; in getSelectedProfiles() local 156 resp.read(variantResp); in getSelectedProfiles() 162 std::string mode = std::get<std::string>(variantResp); in getSelectedProfiles()