MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / operator=

Method operator=

src/filesystem/fatfs/include/fatfs.hpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 FatFsFileSystem(const FatFsFileSystem&) = delete;
51 FatFsFileSystem(FatFsFileSystem&&) = delete;
52 auto operator=(const FatFsFileSystem&) -> FatFsFileSystem& = delete;
53 auto operator=(FatFsFileSystem&&) -> FatFsFileSystem& = delete;
54 /// @}
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected