BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlb::NullOutputIteratorAssignmentProxy< TYPE > Class Template Reference

#include <bdlb_nulloutputiterator.h>

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 bdlb_nulloutputiterator

Member Function Documentation

◆ operator=()

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

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: