MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / file_input_adapter

Function file_input_adapter

extern/json/json.hpp:6124–6128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6122
6123 JSON_HEDLEY_NON_NULL(2)
6124 explicit file_input_adapter(std::FILE* f) noexcept
6125 : m_file(f)
6126 {
6127 JSON_ASSERT(m_file != nullptr);
6128 }
6129
6130 // make class move-only
6131 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