Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ auto_fclose
Method
auto_fclose
test/cstdio_test.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
public:
36
auto_fclose() noexcept : m_file(nullptr) {}
37
explicit auto_fclose(std::FILE* file) noexcept : m_file(file) {}
38
~auto_fclose() noexcept
39
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected