Searched refs:second_colon (Results 1 – 1 of 1) sorted by relevance
502 std::size_t second_colon = s.find(':', colon + 1); in operator >>() local506 std::string(s, colon + 1, second_colon - (colon + 1))); //not copying the colons in operator >>()507 if (second_colon != std::string::npos) { in operator >>()508 internal::string_to(std::string(s, second_colon + 1), range.step); in operator >>()