Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_list.hpp465 template <class UU> struct cons_rebind { struct in boost::phoenix::strict_list
466 typedef strict_list<UU> type;
467 typedef strict_list<UU> delay_type;
633 template <class UU> struct cons_rebind { struct in boost::phoenix::impl::list
634 typedef odd_list<UU> type;
635 typedef list<UU> delay_type;
732 template <class UU> struct cons_rebind { struct in boost::phoenix::impl::odd_list
733 typedef odd_list<UU> type;
734 typedef list<UU> delay_type;