Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dstl_utils.hpp16 auto newLast = first; in firstDuplicate() local
20 if (std::find(first, newLast, *current) == newLast) in firstDuplicate()
22 if (newLast != current) in firstDuplicate()
24 *newLast = *current; in firstDuplicate()
26 ++newLast; in firstDuplicate()
30 return newLast; in firstDuplicate()