Searched defs:ConsHelp0 (Results 1 – 1 of 1) sorted by relevance
1233 struct ConsHelp0<T,a_unique_type_for_nil,true> { struct1234 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> { struct1240 typedef typename boost::remove_reference<T>::type TT;1241 typedef odd_list<TT> type;1245 struct ConsHelp0<T &,a_unique_type_for_nil &,true> { struct1246 typedef typename boost::remove_reference<T>::type TT;1247 typedef odd_list<TT> type;1251 struct ConsHelp0<T,L,false> { struct[all …]