CppCommon
1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
include
filesystem
file.inl
Go to the documentation of this file.
1
8
9
namespace
CppCommon
{
10
11
inline
void
swap
(
File
& file1,
File
& file2)
noexcept
12
{
13
file1.swap(file2);
14
}
15
16
}
// namespace CppCommon
CppCommon::File::File
File()
Initialize file with an empty path.
Definition
file.cpp:656
CppCommon
C++ Common project definitions.
Definition
token_bucket.h:15
CppCommon::swap
void swap(FileCache &cache1, FileCache &cache2) noexcept
Definition
filecache.inl:23
Generated by
1.16.1