CppCommon
1.0.5.0
C++ Common Library
Loading...
Searching...
No Matches
include
filesystem
directory.inl
Go to the documentation of this file.
1
9
namespace
CppCommon
{
10
11
inline
void
Directory::swap
(
Directory
& directory)
noexcept
12
{
13
using
std::swap;
14
Path::swap
(directory);
15
}
16
17
inline
void
swap
(
Directory
& directory1,
Directory
& directory2)
noexcept
18
{
19
directory1.swap(directory2);
20
}
21
22
}
// namespace CppCommon
CppCommon::Directory
Filesystem directory.
Definition
directory.h:25
CppCommon::Directory::swap
friend void swap(Directory &directory1, Directory &directory2) noexcept
Definition
directory.inl:17
CppCommon::Path::swap
friend void swap(Path &path1, Path &path2) noexcept
Definition
path.inl:38
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.9.8