omni::exception::operator<<
NAME

omni::exception::operator<<

A member operator of omni::exception

#include <omni/exception.hpp>
friend std::ostream& omni::exception::operator<<(std::ostream& s, const omni::exception& e)


OVERLOADS

friend std::wostream& omni::exception::operator<<(std::wostream& s, const omni::exception& e)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top