xieite::file_pipe::get()

Defined in fragment xieite:file_pipe
(header-only: <xieite/io/file_pipe.hpp>)


Returns the underlying stream of a xieite::file_pipe.


Declaration

[[nodiscard]] std::FILE* get() const noexcept;


[Example]