Home
last modified time | relevance | path

Searched defs:has_binary_op (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/native/libs/ftl/
H A Dmixins_test.cpp133 struct has_binary_op : std::false_type {}; struct
136 struct has_binary_op<Op, T, U, std::void_t<decltype(Op{}(std::declval<T&>(), std::declval<U&>()))>> struct