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.hpp15 auto newLast = first; in firstDuplicate() local
19 if (std::find(first, newLast, *current) == newLast) in firstDuplicate()
21 if (newLast != current) in firstDuplicate()
23 *newLast = *current; in firstDuplicate()
25 ++newLast; in firstDuplicate()
29 return newLast; in firstDuplicate()