Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/
Don_absorbtion.hpp18 struct on_absorbtion<Type, Combiner, false> struct
20 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> struct
29 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()