41 #ifndef PB_DS_NODE_AND_IT_TRAITS_HPP 
   42 #define PB_DS_NODE_AND_IT_TRAITS_HPP 
   49 #define PB_DS_DEBUG_VERIFY(_Cond)                   \ 
   50   _GLIBCXX_DEBUG_VERIFY_AT(_Cond,                   \ 
   51                _M_message(#_Cond" assertion from %1;:%2;")  \ 
   52                ._M_string(__FILE__)._M_integer(__LINE__)    \ 
   60     template<
typename Key,
 
   63          template<
typename Node_CItr,
 
   73     template<
typename Key,
 
   76          template<
typename Node_CItr,
 
   93 #undef PB_DS_DEBUG_VERIFY 
   95 #endif // #ifndef PB_DS_NODE_AND_IT_TRAITS_HPP 
GNU extensions for policy-based data structures for public use. 
Trie traits class, primary template. 
Tree traits class, primary template.