omni::io::wfile::unsafe_read
NAME

omni::io::wfile::unsafe_read

A function of omni::io::wfile

#include <omni/io.hpp>
uint64_t omni::io::wfile::unsafe_read(const std::wstring& file, char* buffer, uint64_t length)


OVERLOADS

uint64_t omni::io::wfile::unsafe_read(const std::wstring& file, wchar_t* buffer, uint64_t length)
uint64_t omni::io::wfile::unsafe_read(const std::wstring& file, uint8_t* buffer, uint64_t length)
uint64_t omni::io::wfile::unsafe_read(const std::wstring& file, int8_t* buffer, uint64_t length)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top