Searched defs:is_accumulate_function_for (Results 1 – 1 of 1) sorted by relevance
310 struct is_accumulate_function_for { struct312 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;