MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / file_input_adapter

Function file_input_adapter

Source/external/json.hpp:6120–6124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6118
6119 JSON_HEDLEY_NON_NULL(2)
6120 explicit file_input_adapter(std::FILE* f) noexcept
6121 : m_file(f)
6122 {
6123 JSON_ASSERT(m_file != nullptr);
6124 }
6125
6126 // make class move-only
6127 file_input_adapter(const file_input_adapter&) = delete;

Callers 2

json.hppFile · 0.85
input_adapterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected