Home
last modified time | relevance | path

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

/frameworks/native/libs/ftl/
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