Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/ftl/
H A Dmixins_test.cpp124 struct is_incrementable : std::false_type {}; struct
127 struct is_incrementable<T, std::void_t<decltype(++std::declval<T&>())>> : std::true_type {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dis_incrementable.hpp104 struct is_incrementable : struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/
Dcategory_of.hpp81 struct is_incrementable struct