omni::io::file::read
NAME

omni::io::file::read

A static function of omni::io::file

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

OVERLOADS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top