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

◆ upper_bound() [2/2]

template<typename Key, typename Mapped, typename Node_And_It_Traits, typename _Alloc>
pat_trie_map< Key, Mapped, Node_And_It_Traits, _Alloc >::point_const_iterator __gnu_pbds::detail::pat_trie_map< Key, Mapped, Node_And_It_Traits, _Alloc >::upper_bound ( key_const_reference r_key) const
inline

Definition at line 194 of file pat_trie_.hpp.

197 {
198 m_bag.push_back(p_nd);
199 }
200 __catch(...)
201 {
202 s_inode_allocator.deallocate(p_nd, 1);
204 }
205 }
206
#define __catch(X)
static inode_allocator s_inode_allocator
__rebind_in::pointer inode_pointer

References __try, and s_inode_allocator.