Searched defs:synth_access_traits (Results 1 – 3 of 3) sorted by relevance
59 struct synth_access_traits : public _ATraits struct61 typedef _ATraits base_type;62 typedef typename base_type::const_iterator const_iterator;63 typedef Type_Traits type_traits;64 typedef typename type_traits::const_reference const_reference;65 typedef typename type_traits::key_const_reference key_const_reference;100 static integral_constant<int, Set> s_set_ind;109 synth_access_traits() in synth_access_traits() function in __gnu_pbds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC114 synth_access_traits(const _ATraits& r_traits) in synth_access_traits() function in __gnu_pbds::detail::PB_DS_SYNTH_E_ACCESS_TRAITS_C_DEC
74 …typedef __gnu_pbds::detail::synth_access_traits<type_traits, false, access_traits> synth_access_… typedef121 …typedef __gnu_pbds::detail::synth_access_traits<type_traits, true, access_traits> synth_access_tra… typedef
115 typedef typename traits_type::synth_access_traits synth_access_traits; typedef in __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME