Searched defs:_Combiner (Results 1 – 1 of 1) sorted by relevance
533 struct _Combiner struct538 _Combiner() : __value{}, __bin_op(nullptr) {} in _Combiner() argument539 …_Combiner(const _Tp& value, const _BinaryOp* bin_op) : __value(value), __bin_op(const_cast<_Binary… in _Combiner() argument540 _Combiner(const _Combiner& __obj) : __value{}, __bin_op(__obj.__bin_op) {} in _Combiner() function543 operator()(const _Combiner& __obj) in operator() argument