omni::io::file::unsafe_write_element
NAME

omni::io::file::unsafe_write_element

A function of omni::io::file

#include <omni/io.hpp>
template < typename T > uint64_t omni::io::file::unsafe_write_element(const std::string& file, const T* buffer, uint64_t elements, bool append)


OVERLOADS

template < typename T > uint64_t omni::io::file::unsafe_write_element(const std::string& file, const T* buffer, uint64_t elements)
template < typename T > uint64_t omni::io::file::unsafe_write_element(const std::wstring& file, const T* buffer, uint64_t elements, bool append)
template < typename T > uint64_t omni::io::file::unsafe_write_element(const std::wstring& file, const T* buffer, uint64_t elements)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top