Home
last modified time | relevance | path

Searched defs:downcast_node_to_value_t (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dhashtable.hpp603 struct downcast_node_to_value_t struct
606 typedef detail::node_to_value<ValueTraits, IsConst> base_t;
607 typedef typename base_t::result_type result_type;
608 typedef ValueTraits value_traits;
612 >::type slist_impl;
614 <typename slist_impl::node, IsConst>::type & first_argument_type;
617 , IsConst>::type & intermediate_argument_type;
621 <const ValueTraits>::type const_value_traits_ptr;
623 BOOST_INTRUSIVE_FORCEINLINE downcast_node_to_value_t(const const_value_traits_ptr &ptr) in downcast_node_to_value_t() function
627 BOOST_INTRUSIVE_FORCEINLINE result_type operator()(first_argument_type arg) const in operator ()()