libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ add_branch()

template<typename Key, typename Mapped, typename Node_And_It_Traits, typename _Alloc>
void __gnu_pbds::detail::pat_trie_map< Key, Mapped, Node_And_It_Traits, _Alloc >::branch_bag::add_branch ( )
inline

Definition at line 193 of file pat_trie_.hpp.

194 {
196 __try
197 {
198 m_bag.push_back(p_nd);
199 }
200 __catch(...)
201 {
202 s_inode_allocator.deallocate(p_nd, 1);
204 }
205 }
#define __catch(X)