Searched defs:logical_operators (Results 1 – 4 of 4) sorted by relevance
24 struct logical_operators { struct30 detail::logical_operators<typename hana::tag_of<X>::type>::value ||
98 struct logical_operators<integral_constant_tag<T>> { struct99 static constexpr bool value = true;
137 void logical_operators() { in logical_operators() function