Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-predef.hpp310 struct is_accumulate_function_for { struct
312 typedef rxu::decay_t<Accumulator> accumulator_type;
313 typedef rxu::decay_t<Seed> seed_type;
314 typedef T source_value_type;
316 struct tag_not_valid {};
322 typedef decltype(check<seed_type, source_value_type, accumulator_type>(0)) type;
323 static const bool value = std::is_same<type, seed_type>::value;