Searched refs:bond2InnerMatch (Results 1 – 1 of 1) sorted by relevance
2457 std::smatch bond2InnerMatch; variable2458 REQUIRE(std::regex_match(bond2[1], bond2InnerMatch, regex));2459 REQUIRE(bond2InnerMatch.size() == 5);2473 RDGeom::Point2D(std::stof(bond2InnerMatch[1]),2474 std::stof(bond2InnerMatch[2])) +2475 RDGeom::Point2D(std::stof(bond2InnerMatch[3]),2476 std::stof(bond2InnerMatch[4])) /