omni::io::wfile::write
NAME

omni::io::wfile::write

A static function of omni::io::wfile

#include <omni/io.hpp>
uint64_t omni::io::wfile::write(const std::wstring& file, const omni::seq::uchar_t& buffer, bool append)

OVERLOADS

uint64_t omni::io::wfile::write(const std::wstring& file, const omni::seq::char_t& buffer, bool append)
uint64_t omni::io::wfile::write(const std::wstring& file, const std::wstring& buffer, bool append)
uint64_t omni::io::wfile::write(const std::wstring& file, const omni::seq::uchar_t& buffer)
uint64_t omni::io::wfile::write(const std::wstring& file, const omni::seq::char_t& buffer)
uint64_t omni::io::wfile::write(const std::wstring& file, const std::wstring& buffer)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top