Searched defs:arithmetic_or_not (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/lambda/ |
| D | if.hpp | 221 struct arithmetic_or_not { struct 223 return_type_2<arithmetic_action<plus_action>, A, B>::type type; 231 struct arithmetic_or_not<CodeA, CodeA, A, B> { struct 232 typedef typename non_numeric_types<A, B>::type type; 237 struct arithmetic_or_not <-1, -1, A, B> { struct 238 typedef typename non_numeric_types<A, B>::type type; 241 struct arithmetic_or_not <-1, CodeB, A, B> { struct 242 typedef typename non_numeric_types<A, B>::type type; 245 struct arithmetic_or_not <CodeA, -1, A, B> { struct 246 typedef typename non_numeric_types<A, B>::type type;
|