numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of file_wrapper class. More...
#include <cerrno>
#include <cstdio>
#include <string>
#include <string_view>
#include <utility>
#include "num_collect/base/exception.h"
#include "num_collect/util/format_errno.h"
Go to the source code of this file.
Classes | |
class | num_collect::logging::sinks::file_wrapper |
Class to wrap file pointer. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::logging |
Namespace of logging. | |
namespace | num_collect::logging::sinks |
Namespace of log sinks. | |
Definition of file_wrapper class.
Definition in file file_wrapper.h.