|
Legacy Support for iostream Output OperatorsAlthough iostream operators have been deprecated from CHM library objects, to ease maintenance of existing applications, we are still providing header files with these operators. The output streaming operators are now defined in CHMostreamOperator.h and CHMostreamOperatorStd.h. To use these operators in your applications, include CHMostreamOperator.h if you are using the old style C++ iostream library or CHMostreamOperatorStd.h if you are using the new standard C++ iostream library.
Using CHMostreamOperator.h
Using CHMostreamOperatorStd.h |