Renderd7-nightly  v0.7.0
nlohmann::detail::file_input_adapter Class Reference

#include <json.hpp>

Private Attributes

std::FILE * m_file
 the file pointer to read from
 

Detailed Description

Input adapter for stdio file access. This adapter read only 1 byte and do not use any buffer. This adapter is a very low level adapter.