libstdc++: __gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc (original) (raw)
#include <[branch_policy.hpp](a01367%5Fsource.html)>
Protected Types | |
---|---|
typedef rebind_v::const_pointer | const_pointer |
typedef rebind_v::const_reference | const_reference |
typedef Node_Itr::value_type | it_type |
typedef rebind_k::const_reference | key_const_reference |
typedef value_type::first_type | key_type |
typedef remove_const< key_type >::type | rckey_type |
typedef remove_const< value_type >::type | rcvalue_type |
typedef rebind_traits< _Alloc, rckey_type > | rebind_k |
typedef rebind_traits< _Alloc, rcvalue_type > | rebind_v |
typedef rebind_v::reference | reference |
typedef std::iterator_traits< it_type >::value_type | value_type |
Protected Member Functions | |
---|---|
virtual it_type | end ()=0 |
it_type | end_iterator () const |
Static Protected Member Functions | |
---|---|
static key_const_reference | extract_key (const_reference r_val) |
template<typename Node_CItr, typename Node_Itr, typename _Alloc>
struct __gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >
Primary template, base class for branch structure policies.
Definition at line 53 of file branch_policy.hpp.
◆ const_pointer
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ const_reference
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ it_type
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ key_const_reference
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ key_type
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ rckey_type
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ rcvalue_type
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ rebind_k
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ rebind_v
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ reference
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ value_type
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ end_iterator()
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
◆ extract_key()
template<typename Node_CItr , typename Node_Itr , typename _Alloc >
The documentation for this struct was generated from the following file: