Home
last modified time | relevance | path

Searched refs:dotFold (Results 1 - 1 of 1) sorted by relevance

/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp470 auto dotFold = [](std::string a, std::string b) {return std::move(a) + DHID_SPLIT + std::move(b);}; in JointDhIds() local
471 return std::accumulate(std::next(dhids.begin()), dhids.end(), dhids[0], dotFold); in JointDhIds()

Completed in 2 milliseconds