25void MmapResize(MmapState& state, uint64_t size);
26void MmapFlush(MmapState
const& state, uint64_t offset, uint64_t size);
28[[nodiscard]]
bool MmapIsOpen(MmapState
const& state)
noexcept;
std::basic_string_view< char > StringView
Alias for std::basic_string_view<char>
Definition Container.hpp:56