10 DDsvalues_type::const_iterator sit =
sv.begin();
11 DDsvalues_type::const_iterator sed =
sv.end();
24 target.insert(it, sit, sed);
30 DDsvalues_type::const_iterator ted =
target.end();
31 for (; sit != sed; ++sit) {
32 DDsvalues_type::const_iterator it =
find(
target.begin(), ted, (*sit).first);
34 const_cast<DDsvalues_Content_type &>(*it).second = (*sit).second;
43 DDsvalues_type::const_iterator it =
s.begin();
44 for (; it !=
s.end(); ++it) {
57 std::ostream &
operator<<(std::ostream &os,
const std::vector<const DDsvalues_type *> &
v) {
58 for (
const auto &
i :
v) {
81 DDsvalues_type::const_iterator it =
find(*
p,
v);
89 unsigned int DDfetch(
const std::vector<const DDsvalues_type *> &sp,
DDValue &toFetch, std::vector<DDValue> &
result) {
90 unsigned int count = 0;
91 for (
const auto &it : sp) {
93 result.emplace_back(toFetch);