Synthetic element access traits. More...
#include <synth_access_traits.hpp>
Public Types | |
typedef _ATraits | base_type |
typedef base_type::const_iterator | const_iterator |
typedef type_traits::const_reference | const_reference |
typedef type_traits::key_const_reference | key_const_reference |
typedef Type_Traits | type_traits |
Public Member Functions | |
synth_access_traits () | |
synth_access_traits (const base_type &) | |
bool | cmp_keys (key_const_reference, key_const_reference) const |
bool | cmp_prefixes (const_iterator, const_iterator, const_iterator, const_iterator, bool compare_after=false) const |
bool | equal_keys (key_const_reference, key_const_reference) const |
bool | equal_prefixes (const_iterator, const_iterator, const_iterator, const_iterator, bool compare_after=true) const |
Static Public Member Functions | |
static key_const_reference | extract_key (const_reference) |
Static Private Member Functions | |
static key_const_reference | extract_key (const_reference, true_type) |
static key_const_reference | extract_key (const_reference, false_type) |
Static Private Attributes | |
static integral_constant< int, Set > | s_set_ind |
Synthetic element access traits.
typedef _ATraits __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::base_type |
typedef base_type::const_iterator __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::const_iterator |
typedef type_traits::const_reference __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::const_reference |
typedef type_traits::key_const_reference __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::key_const_reference |
typedef Type_Traits __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::type_traits |
__gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::synth_access_traits | ( | ) |
__gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::synth_access_traits | ( | const base_type & | r_traits | ) |
bool __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::cmp_keys | ( | key_const_reference | r_lhs_key, |
key_const_reference | r_rhs_key | ||
) | const |
bool __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::cmp_prefixes | ( | const_iterator | b_l, |
const_iterator | e_l, | ||
const_iterator | b_r, | ||
const_iterator | e_r, | ||
bool | compare_after = false |
||
) | const |
bool __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >::equal_keys | ( | key_const_reference | r_lhs_key, |
key_const_reference | r_rhs_key | ||
) | const |
|
inline |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
staticprivate |