omni::generic_error::operator<<
NAME

omni::generic_error::operator<<

A member operator of omni::generic_error

#include <omni/generic_error.hpp>
generic_error omni::generic_error::operator<<(const generic_error& val)


OVERLOADS

generic_error omni::generic_error::operator<<(enum_t val)
generic_error omni::generic_error::operator<<(int32_t val)
friend std::ostream& omni::generic_error::operator<<(std::ostream& s, const omni::generic_error& c)
friend std::wostream& omni::generic_error::operator<<(std::wostream& s, const omni::generic_error& c)
friend std::ostream& omni::generic_error::operator<<(std::ostream& s, const enum_t& c)
friend std::wostream& omni::generic_error::operator<<(std::wostream& s, const enum_t& c)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top