omni::io::wfile::read
NAME

omni::io::wfile::read

A function of omni::io::wfile

#include <omni/io.hpp>
template < typename T, uint16_t SZ > uint64_t omni::io::wfile::read(const std::wstring& file, omni::stack_buffer<T, SZ>& buffer, uint64_t length, std::size_t buffer_offset, std::streamoff file_offset, std::ios_base::seekdir offset_direction)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top