omni::io::cfile::read
NAME

omni::io::cfile::read

A static function of omni::io::cfile

#include <omni/io.hpp>
uint64_t omni::io::cfile::read(const std::string& file, omni::seq::uchar_t& buffer)

OVERLOADS

uint64_t omni::io::cfile::read(const std::string& file, omni::seq::char_t& buffer)
uint64_t omni::io::cfile::read(const std::string& file, std::string& buffer)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top