OMNI_STREAM_OPERATORS
MACRO

OMNI_STREAM_OPERATORS - A helper macro to implement the operator<< stream friend functions.

SYNOPSIS top

This macro can be utilized to implement the friend std::ostream& operator<< functions in a class.

DESCRIPTION top

Implements the OMNI_OSTREAM_OPERATOR and OMNI_WOSTREAM_OPERATOR macros

CONSIDERATIONS top

No special considerations

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.