xieite::file_pipe::get()

Defined in header <xieite/io/file_pipe.hpp>

Returns the underlying stream of a xieite::file_pipe {}.


Declaration

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


[Example]