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