Searched defs:arithmetic_operators (Results 1 – 4 of 4) sorted by relevance
27 struct arithmetic_operators { struct33 detail::arithmetic_operators<typename hana::tag_of<X>::type>::value ||
94 struct arithmetic_operators<integral_constant_tag<T>> { struct95 static constexpr bool value = true;
82 void arithmetic_operators() { in arithmetic_operators() function