omni::io::cfile::read_element
NAME

omni::io::cfile::read_element

A function of omni::io::cfile

#include <omni/io.hpp>
template < typename T, uint16_t SZ > uint64_t omni::io::cfile::read_element(const std::string& file, omni::stack_buffer<T, SZ>& buffer, std::streamoff file_offset, std::ios_base::seekdir offset_direction)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top