NAME
A member operator of omni::stack_buffer
OVERLOADS
omni::stack_buffer::operator<<
A member operator of omni::stack_buffer
#include <omni/stack_buffer.hpp>friend std::ostream& omni::stack_buffer::operator<<(std::ostream& s, const omni::stack_buffer<T, SZ>& c)OVERLOADS
friend std::wostream& omni::stack_buffer::operator<<(std::wostream& s, const omni::stack_buffer<T, SZ>& c)
PARAMETERS
top
s - The std::ostream value being written to. c - The instance object to be written to.
top