Searched defs:on_absorbtion (Results 1 – 1 of 1) sorted by relevance
18 struct on_absorbtion<Type, Combiner, false> struct20 typedef on_absorbtion type;21 typedef typename Type::codomain_type codomain_type;23 static bool is_absorbable(const codomain_type&){ return false; } in is_absorbable()27 struct on_absorbtion<Type, Combiner, true> struct29 typedef on_absorbtion type;30 typedef typename Type::codomain_type codomain_type;31 typedef typename Type::codomain_combine codomain_combine;33 static bool is_absorbable(const codomain_type& co_value) in is_absorbable()