Searched defs:is_incrementable (Results 1 – 3 of 3) sorted by relevance
124 struct is_incrementable : std::false_type {}; struct127 struct is_incrementable<T, std::void_t<decltype(++std::declval<T&>())>> : std::true_type {}; struct
104 struct is_incrementable : struct
81 struct is_incrementable struct