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

Method small_array

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

Source from the content-addressed store, hash-verified

42 wchar_t* p;
43
44 small_array() noexcept : p(buf) {}
45 ~small_array() noexcept
46 {
47 if (BOOST_UNLIKELY(p != buf))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected