BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bdlscm_version.h>
#include <bsls_libraryfeatures.h>
#include <bsl_iterator.h>
Go to the source code of this file.
Classes | |
class | bdlb::BDLB_SUNITERATORWORKAROUND< FUNCTION > |
Macros | |
#define | BDLB_SUNITERATORWORKAROUND |
Functions | |
template<class FUNCTION > | |
FunctionOutputIterator< FUNCTION > & | bdlb::operator++ (FunctionOutputIterator< FUNCTION > &iterator) |
Do nothing and return specified iterator . | |
template<class FUNCTION > | |
FunctionOutputIterator< FUNCTION > | bdlb::operator++ (FunctionOutputIterator< FUNCTION > &iterator, int) |
Do nothing and return specified iterator . | |
The content of this file has been pre-processed for Doxygen.
#define BDLB_SUNITERATORWORKAROUND |