Searched defs:bucket_traits_impl (Results 1 – 1 of 1) sorted by relevance
63 struct bucket_traits_impl struct73 < bucket_impl<Slist> >::type bucket_ptr;74 typedef Slist slist;75 typedef typename Slist::size_type size_type;78 BOOST_INTRUSIVE_FORCEINLINE bucket_traits_impl(bucket_ptr buckets, size_type len) in bucket_traits_impl() argument82 BOOST_INTRUSIVE_FORCEINLINE bucket_traits_impl(const bucket_traits_impl &x) in bucket_traits_impl() argument86 BOOST_INTRUSIVE_FORCEINLINE bucket_traits_impl(BOOST_RV_REF(bucket_traits_impl) x) in bucket_traits_impl() function90 BOOST_INTRUSIVE_FORCEINLINE bucket_traits_impl& operator=(BOOST_RV_REF(bucket_traits_impl) x) in operator =()96 …ST_INTRUSIVE_FORCEINLINE bucket_traits_impl& operator=(BOOST_COPY_ASSIGN_REF(bucket_traits_impl) x) in operator =()101 BOOST_INTRUSIVE_FORCEINLINE const bucket_ptr &bucket_begin() const in bucket_begin()[all …]