Function stream_equivalent
Summary
#include "breeze/stream/stream_equivalent.hpp"
(1) stream_equivalent(stream_equivalent const &)=delete
(2) explicit stream_equivalent(Stream &original)
Function overload
Synopsis
#include "breeze/stream/stream_equivalent.hpp"
stream_equivalent(stream_equivalent const &)=delete
Description
Deleted copy constructor.
Source
Line 97 in breeze/stream/stream_equivalent.hpp.
Synopsis
#include "breeze/stream/stream_equivalent.hpp"
explicit stream_equivalent(Stream &original)
Description
Constructs a stream equivalent for original
(see the class-level documentation).
Source
Line 107 in breeze/stream/stream_equivalent.hpp.