41 #ifndef PB_DS_SPLAY_TREE_NODE_AND_IT_TRAITS_HPP
42 #define PB_DS_SPLAY_TREE_NODE_AND_IT_TRAITS_HPP
52 template<
typename Key,
55 template<
typename Node_CItr,
64 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
65 typename tree_node_metadata_dispatch<Key, Mapped, Cmp_Fn, Node_Update,
73 template<
typename Key,
75 template<
typename Node_CItr,
85 typename types_traits<Key, null_type, _Alloc, false>::value_type,
86 typename tree_node_metadata_dispatch<Key, null_type, Cmp_Fn, Node_Update,
95 #endif // #ifndef PB_DS_SPLAY_TREE_NODE_AND_IT_TRAITS_HPP
GNU extensions for policy-based data structures for public use.
Represents no type, or absence of type, for template tricks.
Tree traits class, primary template.
Binary search tree traits, primary template.