71 auto
tell() const ->
long long;
75 auto
seek(
long long offset,
int whence = SEEK_SET) ->
bool;
stdio-backed input stream. Accepts std::ios open flags (e.g. std::ios::binary) when opening a
auto seek(long long offset, int whence=SEEK_SET) -> bool
file_istream(const file_istream &)=delete
void open(const path &file_path, std::ios_base::openmode mode=default_file_read_mode)
auto file_size() const -> long long
auto is_open() const -> bool
auto tell() const -> long long
auto native_handle() const -> FILE *
auto operator=(const file_istream &) -> file_istream &=delete
constexpr std::ios_base::openmode default_file_read_mode
file_stream_ownership
Whether a file stream wrapper should fclose its FILE* on destruction.
Hash specialization for batch_key to enable use in std::unordered_map.