Searched defs:lambda (Results 1 – 2 of 2) sorted by relevance
38 struct lambda struct40 typedef false_ is_le;41 typedef T result_;42 typedef T type;54 struct lambda< arg<N>,Tag, int_< -1 > > struct56 typedef true_ is_le;57 typedef mpl::arg<N> result_; // qualified for the sake of MIPSpro 7.4158 typedef mpl::protect<result_> type;65 struct lambda< struct71 typedef false_ is_le;[all …]
109 struct lambda struct111 typedef false_ is_le;112 typedef T result_;113 typedef T type;126 struct lambda< arg<N>,Tag AUX778076_ARITY_PARAM(int_<-1>) > struct128 typedef true_ is_le;129 typedef mpl::arg<N> result_; // qualified for the sake of MIPSpro 7.41130 typedef mpl::protect<result_> type; 140 struct lambda< mpl::protect<T>,Tag AUX778076_ARITY_PARAM(int_<1>) > struct142 typedef false_ is_le;[all …]