NAME
A function of omni::io::file
OVERLOADS
omni::io::file::unsafe_read
A function of omni::io::file
#include <omni/io.hpp>inline uint64_t omni::io::file::unsafe_read(const std::string& file, char* buffer, uint64_t length)OVERLOADS
inline uint64_t omni::io::file::unsafe_read(const std::string& file, wchar_t* buffer, uint64_t length)
inline uint64_t omni::io::file::unsafe_read(const std::string& file, uint8_t* buffer, uint64_t length)
inline uint64_t omni::io::file::unsafe_read(const std::string& file, int8_t* buffer, uint64_t length)
inline uint64_t omni::io::file::unsafe_read(const std::wstring& file, char* buffer, uint64_t length)
inline uint64_t omni::io::file::unsafe_read(const std::wstring& file, wchar_t* buffer, uint64_t length)
inline uint64_t omni::io::file::unsafe_read(const std::wstring& file, uint8_t* buffer, uint64_t length)
inline uint64_t omni::io::file::unsafe_read(const std::wstring& file, int8_t* buffer, uint64_t length)