Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dfunctors.hpp21 template <typename Type> struct identity_based_inplace_combine struct
23 typedef Type& first_argument_type;
24 typedef const Type& second_argument_type;
25 typedef void result_type;
26 … inline static Type identity_element() { return boost::icl::identity_element<Type>::value(); } in identity_element()