Home
last modified time | relevance | path

Searched refs:second_colon (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/common/utility/
H A Dutility.hpp502 std::size_t second_colon = s.find(':', colon + 1); in operator >>() local
506 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 >>()