BloombergLP::bdlb::NullOutputIteratorAssignmentProxy

Provide an object that can appear on the left side of an assignment from TYPE. The operation AssignmentProxy() = TYPE() is valid and has no effect.

Synopsis

Declared in <bdlb_nulloutputiterator.h>

template<class TYPE>
class NullOutputIteratorAssignmentProxy;

Member Functions

NameDescription
operator= Assign to this object the value of the specified rhs. The operator has no effect.