Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bdlb::NullOutputIteratorAssignmentProxy< TYPE > Class Template Reference

#include <bdlb_nulloutputiterator.h>

List of all members.

Public Member Functions

void operator= (const TYPE &rhs)

Detailed Description

template<class TYPE>
class bdlb::NullOutputIteratorAssignmentProxy< TYPE >

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.

See Component bdlb_nulloutputiterator


Member Function Documentation

template<class TYPE >
void bdlb::NullOutputIteratorAssignmentProxy< TYPE >::operator= ( const TYPE &  rhs  ) 

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


The documentation for this class was generated from the following file: