omni::ostream_t
NAME

omni::ostream_t

A typedef of omni

SYNOPSIS

Defines the underlying std::ostream type; if OMNI_UNICODE is defined the underlying stream will be a wide stream type

#include <omni/types/ostream_t.hpp>
typedef OMNI_OSTREAM_T omni::ostream_t


top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top