Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_list.hpp1233 struct ConsHelp0<T,a_unique_type_for_nil,true> { struct
1234 typedef typename boost::remove_reference<T>::type TT;
1235 typedef odd_list<T> type;
1239 struct ConsHelp0<const T &,const a_unique_type_for_nil &,true> { struct
1240 typedef typename boost::remove_reference<T>::type TT;
1241 typedef odd_list<TT> type;
1245 struct ConsHelp0<T &,a_unique_type_for_nil &,true> { struct
1246 typedef typename boost::remove_reference<T>::type TT;
1247 typedef odd_list<TT> type;
1251 struct ConsHelp0<T,L,false> { struct
[all …]