NAME
A static function of omni::io::wfile
OVERLOADS
omni::io::wfile::write_raw
A static function of omni::io::wfile
#include <omni/io.hpp>uint64_t omni::io::wfile::write_raw(const std::wstring& file, const unsigned char* buffer, uint64_t length, bool append)OVERLOADS
uint64_t omni::io::wfile::write_raw(const std::wstring& file, const char* buffer, uint64_t length, bool append)
uint64_t omni::io::wfile::write_raw(const std::wstring& file, const unsigned char* buffer, uint64_t length)
uint64_t omni::io::wfile::write_raw(const std::wstring& file, const char* buffer, uint64_t length)