omni::io::file::read_element
NAME

omni::io::file::read_element

A function of omni::io::file

#include <omni/io.hpp>
template < template < class, class > class std_seq_t, class T, class std_allocator_t > uint64_t omni::io::file::read_element(const std::wstring& file, std_seq_t<T, std_allocator_t >& buffer, uint64_t elements, std::streamoff file_offset, std::ios_base::seekdir offset_direction)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top