Searched refs:m_Set (Results 1 – 1 of 1) sorted by relevance
43 : m_Set(org_set), m_Entry(elem) { in ScopedSetInsertion()44 m_Set->insert(m_Entry); in ScopedSetInsertion()46 ~ScopedSetInsertion() { m_Set->erase(m_Entry); } in ~ScopedSetInsertion()49 std::set<T>* const m_Set; member in __anon741820e10111::ScopedSetInsertion