Class basic_osyncstream

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

  • public std::ostream

Class Documentation

class basic_osyncstream : public std::ostream

Public Functions

inline explicit basic_osyncstream(std::ostream &os)
inline basic_osyncstream(const basic_osyncstream &other)
inline basic_osyncstream(basic_osyncstream &&other) noexcept
inline basic_osyncstream &operator=(const basic_osyncstream &other)
inline basic_osyncstream &operator=(basic_osyncstream &&other) noexcept
inline void emit()
inline std::streambuf *get_wrapped() const