MCPcopy Create free account
hub / github.com/boostorg/filesystem / ~small_array

Method ~small_array

include/boost/filesystem/cstdio.hpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 small_array() noexcept : p(buf) {}
45 ~small_array() noexcept
46 {
47 if (BOOST_UNLIKELY(p != buf))
48 std::free(p);
49 }
50 }
51 wmode;
52 std::size_t wmode_len = std::mbstowcs(wmode.p, mode, sizeof(wmode.buf) / sizeof(wchar_t));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected