omni::io::cfile::write
NAME

omni::io::cfile::write

A function of omni::io::cfile

#include <omni/io.hpp>
template < typename T, uint16_t SZ > uint64_t omni::io::cfile::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