logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits > - Synthetic element access traits.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstd__gnu_pbds::detail::sy...Traits,Set,_ATraits>(3cxx)

Detailed Description

template<typenameType_Traits,boolSet,typename_ATraits>
       struct __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits >"Synthetic element access
       traits.

Name

       __gnu_pbds::detail::synth_access_traits< Type_Traits, Set, _ATraits > - Synthetic element access traits.

Synopsis

       #include <synth_access_traits.hpp>

       Inherits _ATraits.

   PublicTypes
       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_traitsPublicMemberFunctionssynth_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

   StaticPublicMemberFunctions
       static key_const_reference extract_key (const_reference)

See Also