Searched defs:identity_based_inplace_combine (Results 1 – 1 of 1) sorted by relevance
21 template <typename Type> struct identity_based_inplace_combine struct23 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()