omni::io::file::write
NAME

omni::io::file::write

A function of omni::io::file

#include <omni/io.hpp>
template < typename T, uint16_t SZ > uint64_t omni::io::file::write(const std::string& file, const omni::stack_buffer<T, SZ>& buffer, uint64_t length, std::size_t buffer_offset)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top