GNU g++  v5.2.1
GNU Standard C++
traits.hpp File Reference

Contains an implementation class for tree-like classes. More...

Include dependency graph for traits.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  __gnu_pbds::detail::tree_traits< Key, Data, Cmp_Fn, Node_Update, Tag, _Alloc >
 Tree traits class, primary template. More...
 
struct  __gnu_pbds::detail::trie_traits< Key, Data, _ATraits, Node_Update, Tag, _Alloc >
 Trie traits class, primary template. More...
 

Namespaces

 __gnu_pbds
 GNU extensions for policy-based data structures for public use.
 
 __gnu_pbds::detail
 

Macros

#define PB_DS_DEBUG_VERIFY(_Cond)
 

Detailed Description

Contains an implementation class for tree-like classes.

Macro Definition Documentation

#define PB_DS_DEBUG_VERIFY (   _Cond)
Value:
_M_message(#_Cond" assertion from %1;:%2;") \
._M_string(__FILE__)._M_integer(__LINE__) \
,__file,__line)
#define _GLIBCXX_DEBUG_VERIFY_AT(_Condition, _ErrorMessage, _File, _Line)
Macros used by the implementation to verify certain properties.
Definition: macros.h:41